diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:01 +0000 |
commit | fe01bed61ec2171a569b4eccda813e631c8ece89 (patch) | |
tree | 5f9a8f0755fa02ed8da084a1361e00ef9b17643e /archivers | |
parent | 1aab5b857af28f2f99eb90e625f22d5f3a23b70b (diff) | |
download | ports-fe01bed61ec2171a569b4eccda813e631c8ece89.tar.gz ports-fe01bed61ec2171a569b4eccda813e631c8ece89.zip |
Notes
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> |