aboutsummaryrefslogtreecommitdiff
path: root/comms/wspr
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
commitfbd9122a40a8aef04301c3d176bb2573a5e66fa6 (patch)
tree20fb46a71453f65c9a7021567c09766245990eb3 /comms/wspr
parent7796094ddfe2830f75237ae54c7edf21e9033350 (diff)
downloadports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.tar.gz
ports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.zip
Notes
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