svn commit: r358975 - head/editors/nedit
Daniel Eischen
deischen at FreeBSD.org
Mon Jun 23 16:48:53 UTC 2014
Author: deischen
Date: Mon Jun 23 16:48:53 2014
New Revision: 358975
URL: http://svnweb.freebsd.org/changeset/ports/358975
QAT: https://qat.redports.org/buildarchive/r358975/
Log:
Make portlint -C complain a lot less. Strip installed binaries.
Modified:
head/editors/nedit/Makefile
head/editors/nedit/pkg-plist
Modified: head/editors/nedit/Makefile
==============================================================================
--- head/editors/nedit/Makefile Mon Jun 23 16:10:50 2014 (r358974)
+++ head/editors/nedit/Makefile Mon Jun 23 16:48:53 2014 (r358975)
@@ -20,15 +20,19 @@ EXTRACT_ONLY= nedit-5.5-src.tar.bz2
MAINTAINER= deischen at FreeBSD.org
COMMENT= X11/Motif GUI text editor for programs and plain text files
+
LICENSE= GPLv1
USES= motif tar:bzip2
USE_XORG= xpm
ALL_TARGET= freebsd
-MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
-PLIST_SUB+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
+post-install::
+.for file in nedit nclient
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
+.endfor
+
.include <bsd.port.mk>
Modified: head/editors/nedit/pkg-plist
==============================================================================
--- head/editors/nedit/pkg-plist Mon Jun 23 16:10:50 2014 (r358974)
+++ head/editors/nedit/pkg-plist Mon Jun 23 16:48:53 2014 (r358975)
@@ -1,11 +1,5 @@
- at owner %%BINOWN%%
- at group %%BINGRP%%
- at mode %%BINMODE%%
bin/nclient
bin/nedit
- at mode
man/man1/nclient.1.gz
man/man1/nedit.1.gz
- at owner
- at group
lib/X11/app-defaults/NEdit.ad
More information about the svn-ports-all
mailing list