diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-05 05:42:41 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-05 05:42:41 +0800 |
commit | 2a9924244dc2b8ef43092f878bed6afe27a9bc68 (patch) | |
tree | 21f09bf37c0f2c69bc8210a243f1f0cb0762b374 /audio | |
parent | bf93d5bb3ce4d34665d56ca248324d184a2cd4d8 (diff) | |
download | freebsd-ports-gnome-2a9924244dc2b8ef43092f878bed6afe27a9bc68.tar.gz freebsd-ports-gnome-2a9924244dc2b8ef43092f878bed6afe27a9bc68.tar.zst freebsd-ports-gnome-2a9924244dc2b8ef43092f878bed6afe27a9bc68.zip |
Improve regexp to work with recently added USE_REINPLACE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/agsatellite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/agsatellite/Makefile b/audio/agsatellite/Makefile index 141838c3c28c..571a40d73bbf 100644 --- a/audio/agsatellite/Makefile +++ b/audio/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 |