diff options
author | mat <mat@FreeBSD.org> | 2014-01-26 08:03:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-26 08:03:51 +0800 |
commit | c15ce4262cd4b5a1f84cf34d34bee82dd872eae4 (patch) | |
tree | 4b7f7b88d3de8b518ba048a5eff4bfd091c74416 /textproc/bar | |
parent | 3e67e632e095160ccd61b2e543305005bae7571b (diff) | |
download | freebsd-ports-gnome-c15ce4262cd4b5a1f84cf34d34bee82dd872eae4.tar.gz freebsd-ports-gnome-c15ce4262cd4b5a1f84cf34d34bee82dd872eae4.tar.zst freebsd-ports-gnome-c15ce4262cd4b5a1f84cf34d34bee82dd872eae4.zip |
- Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming
Sponsored by: Absolight
Diffstat (limited to 'textproc/bar')
-rw-r--r-- | textproc/bar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/bar/Makefile b/textproc/bar/Makefile index c5c2cb83f9cd..f768c35ea46d 100644 --- a/textproc/bar/Makefile +++ b/textproc/bar/Makefile @@ -3,9 +3,9 @@ PORTNAME= bar PORTVERSION= 1.4 +DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://www.theiling.de/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= erik@bz.bzflag.bz COMMENT= Cat with ASCII progress bar @@ -15,8 +15,7 @@ NO_BUILD= yes PLIST_FILES= bin/bar WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bar ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bar ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |