svn commit: r328560 - head/sysutils/hextools

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 07:47:50 UTC 2013


Author: eadler
Date: Sat Sep 28 07:47:49 2013
New Revision: 328560
URL: http://svnweb.freebsd.org/changeset/ports/328560

Log:
  Finish converting to STAGEDIR.
  
  Reported by:	ohauer

Modified:
  head/sysutils/hextools/Makefile

Modified: head/sysutils/hextools/Makefile
==============================================================================
--- head/sysutils/hextools/Makefile	Sat Sep 28 07:33:27 2013	(r328559)
+++ head/sysutils/hextools/Makefile	Sat Sep 28 07:47:49 2013	(r328560)
@@ -10,13 +10,12 @@ COMMENT=	Useful tools for dealing with h
 
 NO_WRKSUBDIR=yes
 
-PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1 man/man1/hex2bin.1
+PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz
 ALL_TARGET=	build
 
 #not strictly true - it uses a self-styled license
 #LICENSE=	BSD
 
-NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin
 	${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex


More information about the svn-ports-all mailing list