diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-04 21:42:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-04 21:42:41 +0000 |
commit | 5e97315d79091265e6e279145905a15abee90962 (patch) | |
tree | b200000b0170b38d5fca85328afabd9557b7898a /audio | |
parent | Update version to 1.2.6 and update MAINTAINER's email address (diff) |
Improve regexp to work with recently added USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=69473
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 |