aboutsummaryrefslogtreecommitdiff
path: root/textproc/cwtext/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-08 19:26:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-08 19:26:54 +0000
commita4e91fe1607f6690272dfb2b367a818ebbb14738 (patch)
tree42c0ff0dbb600631a0478cca2ad673399a800239 /textproc/cwtext/Makefile
parentb5b62239c22e760e854f5af998e8c918f6a10895 (diff)
downloadports-a4e91fe1607f6690272dfb2b367a818ebbb14738.tar.gz
ports-a4e91fe1607f6690272dfb2b367a818ebbb14738.zip
- Allow staging as a regular user
- USES=python
Notes
Notes: svn path=/head/; revision=367683
Diffstat (limited to 'textproc/cwtext/Makefile')
-rw-r--r--textproc/cwtext/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile
index 82f77c3680fc..ea38ceb7ee8d 100644
--- a/textproc/cwtext/Makefile
+++ b/textproc/cwtext/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= db@FreeBSD.org
COMMENT= Morse Code Generator
-USE_PYTHON= yes
-USES= gmake
+USES= gmake python
MAKEFILE= makefile
ALL_TARGET= ALL
@@ -18,12 +17,8 @@ LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e "s,%%STAGEDIR%%,${STAGEDIR},g" \
- ${WRKSRC}/makefile
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>