diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-13 11:00:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-13 11:00:39 +0000 |
commit | 7812fcd7e08ddd2bec0c57d412d8495da6d61057 (patch) | |
tree | 064341ce6c01112c10cfc674409a1cd5c738fa78 /misc/shuffle | |
parent | 104e917c81fb854c70b2cf31bfe4d2bd659be767 (diff) | |
download | ports-7812fcd7e08ddd2bec0c57d412d8495da6d61057.tar.gz ports-7812fcd7e08ddd2bec0c57d412d8495da6d61057.zip |
Notes
Diffstat (limited to 'misc/shuffle')
-rw-r--r-- | misc/shuffle/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/misc/shuffle/Makefile b/misc/shuffle/Makefile index c412411f27cd..ee72db954673 100644 --- a/misc/shuffle/Makefile +++ b/misc/shuffle/Makefile @@ -10,27 +10,11 @@ MASTER_SITE_SUBDIR= dd MAINTAINER= ports@FreeBSD.org COMMENT= Produce random permutations -MANSECTS= 1 -MAN1= shuffle.1 -MANCOMPRESSED= maybe +PLIST_FILES= bin/shuffle man/man1/shuffle.1.gz -# MAN page COMPression SUFFIX -.if !defined(NO_MANCOMPRESS) -MANCOMPSUFFIX= .gz -.else -MANCOMPSUFFIX= -.endif - -PLIST_FILES= bin/shuffle - -NO_STAGE= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/shuffle ${PREFIX}/bin/shuffle -.for __s in ${MANSECTS} -.for __m in ${MAN${__s}:S/$/${MANCOMPSUFFIX}/} - @${INSTALL_MAN} ${WRKSRC}/${__m} ${PREFIX}/man/man${__s}/${__m} -.endfor -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/shuffle ${STAGEDIR}${PREFIX}/bin/shuffle + ${INSTALL_MAN} ${WRKSRC}/shuffle.1.gz ${STAGEDIR}${PREFIX}/man/man1 # # Ports build/install stuff stops here. Tarball creation stuff begins here. |