diff options
Diffstat (limited to 'textproc/bar/Makefile')
-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> |