diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-03 22:42:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-03 22:42:07 +0800 |
commit | f20cf81a9dae51d30a97893f5b9054a05b6d19b2 (patch) | |
tree | 085773118d73f7f339d8cb24c4d7c2fbd3b9673b /archivers/bzip2 | |
parent | c70bd1db8e0c6ab27fab3a411d5de8f3eb1115c1 (diff) | |
download | freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.tar.gz freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.tar.zst freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.zip |
Remove NOPORT* from archivers. The only holdouts here are ruby@ now.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index cd81717260f9..8cfaeb376a83 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -24,6 +24,7 @@ MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bz2cat.1 \ .error You have `USE_BZIP2' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +.include <bsd.port.options.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 @@ -42,7 +43,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bzgrep.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bzmore.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${PREFIX}/share/doc/bzip2 ${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2 ${INSTALL_DATA} ${WRKSRC}/bzip2.txt ${PREFIX}/share/doc/bzip2 |