aboutsummaryrefslogtreecommitdiff
path: root/textproc/silvercity
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-19 07:42:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-19 07:42:41 +0000
commit36be6c7cc4283ec34f88ce4725fa4438be7765ac (patch)
treebc51861eca74afe2aa615c07a66f7c51f3b3f8cc /textproc/silvercity
parent15fad87b64361a59c7fe9614971ec516b06821d9 (diff)
downloadports-36be6c7cc4283ec34f88ce4725fa4438be7765ac.tar.gz
ports-36be6c7cc4283ec34f88ce4725fa4438be7765ac.zip
Convert from USE_DOS2UNIX to USES=dos2unix
While here: - support stage, - use bsdtar to extract when supported. - Cleanup
Notes
Notes: svn path=/head/; revision=334286
Diffstat (limited to 'textproc/silvercity')
-rw-r--r--textproc/silvercity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/silvercity/Makefile b/textproc/silvercity/Makefile
index e33a241307ad..e33f3ca93253 100644
--- a/textproc/silvercity/Makefile
+++ b/textproc/silvercity/Makefile
@@ -8,12 +8,11 @@ MASTER_SITES= SF/${PORTNAME}/Python%20SilverCity%20Bindings/${PORTVERSION}
DISTNAME= SilverCity-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A lexing package for over 20 programming and markup languages
+COMMENT= Lexing package for over 20 programming and markup languages
+USES= dos2unix
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= SilverCity
-USE_DOS2UNIX= yes
-NO_STAGE= yes
.include <bsd.port.mk>