aboutsummaryrefslogtreecommitdiff
path: root/x11/imwheel
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-25 19:14:43 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-25 19:14:43 +0000
commit198f9722180148687ba7f1b3368727a3b88dd330 (patch)
treec71927c24616b647a0be8594203b80a737a11e2a /x11/imwheel
parent0ed61ead3cd56f04795d1fa76c391e3135aee722 (diff)
downloadports-198f9722180148687ba7f1b3368727a3b88dd330.tar.gz
ports-198f9722180148687ba7f1b3368727a3b88dd330.zip
Notes
Diffstat (limited to 'x11/imwheel')
-rw-r--r--x11/imwheel/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile
index 7b091b3a967c..7999fccdc736 100644
--- a/x11/imwheel/Makefile
+++ b/x11/imwheel/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: imwheel-0.9.7
-# Date created: 18 Feb 2000
-# Whom: jhb
-#
+# Created by: jhb
# $FreeBSD$
-#
PORTNAME= imwheel
PORTVERSION= 1.0.0.p12
@@ -24,13 +20,15 @@ CONFIGURE_ARGS= --disable-gpm
MAN1= imwheel.1
+.include <bsd.port.options.mk>
+
post-patch:
.for i in imwheel.1 util.c
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}
.endfor
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${DOCSDIR}
.endif