aboutsummaryrefslogtreecommitdiff
path: root/textproc/bar
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:03:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:03:51 +0000
commit005071a063d80b0b3365ca212399876ea3a2361c (patch)
tree4b7f7b88d3de8b518ba048a5eff4bfd091c74416 /textproc/bar
parent18bc365f51a1a0bae2df36720bd7c0925f1ccf08 (diff)
Notes
Diffstat (limited to 'textproc/bar')
-rw-r--r--textproc/bar/Makefile5
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>