aboutsummaryrefslogtreecommitdiff
path: root/x11/wmappl
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/wmappl
parent0ed61ead3cd56f04795d1fa76c391e3135aee722 (diff)
downloadports-198f9722180148687ba7f1b3368727a3b88dd330.tar.gz
ports-198f9722180148687ba7f1b3368727a3b88dd330.zip
Notes
Diffstat (limited to 'x11/wmappl')
-rw-r--r--x11/wmappl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile
index 8e3392be8cff..e8431834bfed 100644
--- a/x11/wmappl/Makefile
+++ b/x11/wmappl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmappl
-# Date created: 3 March 2002
-# Whom: od <od@iclub.nsu.ru>
-#
+# Created by: od <od@iclub.nsu.ru>
# $FreeBSD$
-#
PORTNAME= wmappl
PORTVERSION= 0.71
@@ -23,6 +19,8 @@ MAKE_ENV= DATADIR="${DATADIR}"
MAN1= wmappl.1
MAN5= wmapplrc.5
+.include <bsd.port.options.mk>
+
post-extract:
@${RM} -rf ${WRKSRC}/icons/CVS
@@ -32,7 +30,7 @@ post-install:
@${MKDIR} ${DATADIR}
@cd ${WRKDIR} && ${INSTALL_DATA} *.xpm ${DATADIR}
@cd ${WRKDIR}/smallicons && ${INSTALL_DATA} *.xpm ${DATADIR}
-.ifndef(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${ECHO_CMD} "===> Installing README as ${DOCSDIR}/README"
@${ECHO_CMD} "===> Please read for configuration information"
@${MKDIR} ${DOCSDIR}