diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:38:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:38:53 +0000 |
commit | efb203770d00da414785eb26e9dadae95d709648 (patch) | |
tree | 8cc224e3b989f4a281391e6c55a9904d6a653d78 /archivers/ppmd | |
parent | 7e23664b03231a3634d98fceb8131df82a6ea678 (diff) |
Notes
Diffstat (limited to 'archivers/ppmd')
-rw-r--r-- | archivers/ppmd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index bd21303abc39..1502e08369d5 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -14,8 +14,6 @@ PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 |