diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:01 +0800 |
commit | 564133f3c6b223bebf1aa8baa6ee4f420216984b (patch) | |
tree | 5f9a8f0755fa02ed8da084a1361e00ef9b17643e /archivers | |
parent | a4d7ab0f9dfaa710e4cd3448596f33068be1b987 (diff) | |
download | freebsd-ports-gnome-564133f3c6b223bebf1aa8baa6ee4f420216984b.tar.gz freebsd-ports-gnome-564133f3c6b223bebf1aa8baa6ee4f420216984b.tar.zst freebsd-ports-gnome-564133f3c6b223bebf1aa8baa6ee4f420216984b.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ppmd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index 40d226a8bc0a..bd21303abc39 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -19,10 +19,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |