aboutsummaryrefslogtreecommitdiffstats
path: root/misc/getopt
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-12-07 13:35:04 +0800
committereadler <eadler@FreeBSD.org>2013-12-07 13:35:04 +0800
commitf5b2597a63828223d585f0a2393a5930cdc76f30 (patch)
treed95ec85a553f25dc2b77abe29647877f9c02cf72 /misc/getopt
parent101e8fd451dc789f0fd9ad5f740dbc7808787d0e (diff)
downloadfreebsd-ports-gnome-f5b2597a63828223d585f0a2393a5930cdc76f30.tar.gz
freebsd-ports-gnome-f5b2597a63828223d585f0a2393a5930cdc76f30.tar.zst
freebsd-ports-gnome-f5b2597a63828223d585f0a2393a5930cdc76f30.zip
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
Diffstat (limited to 'misc/getopt')
-rw-r--r--misc/getopt/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 79e91a132e2f..0e1f739eb0c9 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -17,15 +17,11 @@ MAKE_ENV+= LIBCGETOPT=0
DOCS= Changelog README
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>