aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-yolk
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-01-10 21:21:39 +0800
committernivit <nivit@FreeBSD.org>2008-01-10 21:21:39 +0800
commitd842bdd33875bb5209ef36895a5d10ad1e2cec18 (patch)
tree45dce97aee863c492e2c28e048316c70aee576c9 /misc/py-yolk
parent67476b94766322167c1b876bb0eac763605a5bbf (diff)
downloadfreebsd-ports-graphics-d842bdd33875bb5209ef36895a5d10ad1e2cec18.tar.gz
freebsd-ports-graphics-d842bdd33875bb5209ef36895a5d10ad1e2cec18.tar.zst
freebsd-ports-graphics-d842bdd33875bb5209ef36895a5d10ad1e2cec18.zip
- Fix variable name: NO_INSTALL_MAN -> NO_INSTALL_MANPAGES
Diffstat (limited to 'misc/py-yolk')
-rw-r--r--misc/py-yolk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile
index bc646ba1794..ea80d92166b 100644
--- a/misc/py-yolk/Makefile
+++ b/misc/py-yolk/Makefile
@@ -22,14 +22,14 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-.if !defined (NO_INSTALL_MAN)
+.if !defined (NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
.endif
.include <bsd.port.pre.mk>
post-install:
-.if !defined (NO_INSTALL_MAN)
+.if !defined (NO_INSTALL_MANPAGES)
@${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1
.endif
.if !defined (NOPORTEXAMPLES)