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 /print/paps | |
parent | - Drop .la files, no dependees require them (diff) |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=367307
Diffstat (limited to 'print/paps')
-rw-r--r-- | print/paps/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile index 11034c73d615..2c20aeacd490 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -17,7 +17,4 @@ GNU_CONFIGURE= yes USE_GNOME= pango USES= pkgconfig -post-patch: - @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in - .include <bsd.port.mk> |