diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
commit | 228ab588738952bd42427886fd5368181243ba6e (patch) | |
tree | 7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /archivers | |
parent | 7374b5a054d87d64914c6c36520e15fa14f3f31b (diff) | |
download | ports-228ab588738952bd42427886fd5368181243ba6e.tar.gz ports-228ab588738952bd42427886fd5368181243ba6e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 026565e6d151..b774c3a81c4d 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -45,7 +45,6 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -E 's/(md5|sha1|sha256)sum/g&/g' \ ${WRKSRC}/scripts/Dpkg/Checksums.pm - @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/lib/*/Makefile.in @${REINPLACE_CMD} -e 's/cp -p $$(DEST/mv $$(DEST/g; s/rm $$(/rm -f $$(/g' \ ${WRKSRC}/scripts/mk/Makefile.in \ ${WRKSRC}/scripts/Makefile.in |