diff options
author | mich <mich@FreeBSD.org> | 2005-04-13 15:23:36 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2005-04-13 15:23:36 +0000 |
commit | 60ceb554161454745d27ae3bb5771bc3f1e3412c (patch) | |
tree | 351706d20884516cbdba299d8c193564d554d665 /ports-mgmt/portell/Makefile | |
parent | c4ac3d6f0270d66e5b2a5bcca64833d522b32bf7 (diff) | |
download | FreeBSD-ports-60ceb554161454745d27ae3bb5771bc3f1e3412c.zip FreeBSD-ports-60ceb554161454745d27ae3bb5771bc3f1e3412c.tar.gz |
o Update to -> 0.2
Diffstat (limited to 'ports-mgmt/portell/Makefile')
-rw-r--r-- | ports-mgmt/portell/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 2731d01..7d5b6ba 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portell -PORTVERSION= 0.1 +PORTVERSION= 0.2 PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -19,8 +19,11 @@ COMMENT= Quick display of FreeBSD port descriptions USE_ZIP= YES USE_PYTHON= YES USE_REINPLACE= YES +NO_BUILD= YES -do-build: +post-extract: + ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py + ${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py ${REINPLACE_CMD} -e 's/portell.py/portell/' ${WRKSRC}/README.txt do-install: |