diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:26:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:26:54 +0000 |
commit | a4e91fe1607f6690272dfb2b367a818ebbb14738 (patch) | |
tree | 42c0ff0dbb600631a0478cca2ad673399a800239 /textproc/cwtext/Makefile | |
parent | b5b62239c22e760e854f5af998e8c918f6a10895 (diff) | |
download | ports-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/Makefile | 9 |
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> |