diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-04 21:42:41 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-04 21:42:41 +0000 |
commit | 2a9924244dc2b8ef43092f878bed6afe27a9bc68 (patch) | |
tree | 21f09bf37c0f2c69bc8210a243f1f0cb0762b374 /net-p2p/linux-agsatellite | |
parent | bf93d5bb3ce4d34665d56ca248324d184a2cd4d8 (diff) | |
download | FreeBSD-ports-2a9924244dc2b8ef43092f878bed6afe27a9bc68.zip FreeBSD-ports-2a9924244dc2b8ef43092f878bed6afe27a9bc68.tar.gz |
Improve regexp to work with recently added USE_REINPLACE
Diffstat (limited to 'net-p2p/linux-agsatellite')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index 141838c..571a40d 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -27,7 +27,7 @@ DOCS= german_readme.txt license.txt readme.txt BRANDELF= /usr/bin/brandelf post-patch: - @${REINPLACE_CMD} -e "s|\r\n|\n|;s|email|username|" ${WRKSRC}/*.txt + @${REINPLACE_CMD} -e "s|
||;s|email|username|" ${WRKSRC}/*.txt @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh |