Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 07:47:50 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328560 - head/sysutils/hextools
Message-ID:  <201309280747.r8S7loPe097314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280747.r8S7loPe097314>