From 41fcfb64f91a016dd7a83d99d115b6efcb10a4f5 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 3 Jul 2014 19:06:07 +0000 Subject: Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) --- archivers/nomarch/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archivers/nomarch/Makefile') diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index ea24da30c3cf..126dc359e4b7 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -14,6 +14,8 @@ PLIST_FILES= bin/nomarch man/man1/nomarch.1.gz PORTDOCS= COPYING ChangeLog NEWS README TODO MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nomarch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -- cgit v1.2.3