diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 16:06:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 16:06:00 +0000 |
commit | fbd9122a40a8aef04301c3d176bb2573a5e66fa6 (patch) | |
tree | 20fb46a71453f65c9a7021567c09766245990eb3 /comms/wspr | |
parent | 7796094ddfe2830f75237ae54c7edf21e9033350 (diff) | |
download | ports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.tar.gz ports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.zip |
Notes
Diffstat (limited to 'comms/wspr')
-rw-r--r-- | comms/wspr/Makefile | 5 |
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 |