From da33dca134bd0e70b63abcdc0e1e655680044525 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 13 Feb 2014 09:38:53 +0000 Subject: Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for afterwards. Encouraged by: mat --- archivers/ppmd/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'archivers/ppmd') 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 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 -- cgit