aboutsummaryrefslogtreecommitdiffstats
path: root/audio/fapg
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 23:26:06 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 23:26:06 +0800
commit49bf36d52771ccccdeacb84f6e4f3406a8814618 (patch)
treebc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/fapg
parent0b5b09713e8ecc1ea80101553be41f5e7f4fbd2a (diff)
downloadfreebsd-ports-gnome-49bf36d52771ccccdeacb84f6e4f3406a8814618.tar.gz
freebsd-ports-gnome-49bf36d52771ccccdeacb84f6e4f3406a8814618.tar.zst
freebsd-ports-gnome-49bf36d52771ccccdeacb84f6e4f3406a8814618.zip
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
Diffstat (limited to 'audio/fapg')
-rw-r--r--audio/fapg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/fapg/Makefile b/audio/fapg/Makefile
index c5e7850f9d05..0810a93f26ee 100644
--- a/audio/fapg/Makefile
+++ b/audio/fapg/Makefile
@@ -16,6 +16,8 @@ NO_STAGE= yes
MAN1= fapg.1
+.include <bsd.port.options.mk>
+
do-build:
@cd ${WRKSRC} && ${MAKE} ${PORTNAME}
@@ -24,7 +26,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/fapg.1 ${MAN1PREFIX}/man/man1
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for file in COPYING README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}