diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-24 00:40:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-24 00:40:35 +0800 |
commit | f9ec88a04d8c71d82efb223ec1f23690f78aa6de (patch) | |
tree | 51db6ef3d2fb8776f2c745c6bc9fe169a9d6f489 /textproc/supercat | |
parent | 2e0e287e8313a2c3093ec82e6431019cf1d13d92 (diff) | |
download | freebsd-ports-gnome-f9ec88a04d8c71d82efb223ec1f23690f78aa6de.tar.gz freebsd-ports-gnome-f9ec88a04d8c71d82efb223ec1f23690f78aa6de.tar.zst freebsd-ports-gnome-f9ec88a04d8c71d82efb223ec1f23690f78aa6de.zip |
- Stage support
- Bump PORTREV
Diffstat (limited to 'textproc/supercat')
-rw-r--r-- | textproc/supercat/Makefile | 3 | ||||
-rw-r--r-- | textproc/supercat/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/supercat/Makefile b/textproc/supercat/Makefile index a6e2110bd741..8ee83a063492 100644 --- a/textproc/supercat/Makefile +++ b/textproc/supercat/Makefile @@ -3,6 +3,7 @@ PORTNAME= supercat PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://supercat.nosredna.net/ @@ -10,10 +11,8 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Regexp-based text colorizer with ASCII/HTML output GNU_CONFIGURE= yes -MAN1= spc.1 PORT_VERBS= ${PORTNAME} spc -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/supercat|${ETCDIR}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|c:C:dDhmnrt:vS|&Rw|' ${WRKSRC}/src/spc.c diff --git a/textproc/supercat/pkg-plist b/textproc/supercat/pkg-plist index fc71c8713aa3..40d5af2ef2d3 100644 --- a/textproc/supercat/pkg-plist +++ b/textproc/supercat/pkg-plist @@ -10,4 +10,5 @@ bin/spc %%ETCDIR%%/spcrc-py %%ETCDIR%%/spcrc-svn %%ETCDIR%%/spcrc-xorg +man/man1/spc.1.gz @dirrmtry %%ETCDIR%% |