aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wspr
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-01-04 00:06:00 +0800
committeradamw <adamw@FreeBSD.org>2014-01-04 00:06:00 +0800
commitf7adb9400ad6412ec69e2af88ff9a812aa6d942d (patch)
tree20fb46a71453f65c9a7021567c09766245990eb3 /comms/wspr
parentbd4a6eed2aba208163ce5225224ec4d4194c2ae4 (diff)
downloadfreebsd-ports-gnome-f7adb9400ad6412ec69e2af88ff9a812aa6d942d.tar.gz
freebsd-ports-gnome-f7adb9400ad6412ec69e2af88ff9a812aa6d942d.tar.zst
freebsd-ports-gnome-f7adb9400ad6412ec69e2af88ff9a812aa6d942d.zip
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
Diffstat (limited to 'comms/wspr')
-rw-r--r--comms/wspr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 83dd1642de26..2ec4e23b5ed4 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -38,11 +38,13 @@ PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
VERSION= 3.00
NO_STAGE= yes
+
+.include <bsd.port.pre.mk>
post-configure:
cp ${FILESDIR}/wspr ${WRKSRC}
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for d in ${WRKSRC}/LICENSE.TXT ${WRKSRC}/WSPR_Announcement.TXT \
${WRKSRC}/WSPR0_Instructions.TXT ${WRKSRC}/WSPR_Quick_Start.TXT \
@@ -55,7 +57,6 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
.if defined(BOOTSTRAP)
SVN_REV!= svn info http://svn.code.sf.net/p/wsjt/code/branches/wspr | ${GREP} Revision | cut -d' ' -f2
.else