aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/chgrep/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-06-09 03:58:55 +0800
committerosa <osa@FreeBSD.org>2003-06-09 03:58:55 +0800
commit38b069f434fcc9a4ff66fd7e82c91a1653fbcac5 (patch)
tree52386c42b325f003ace577c1646b1dc54729a150 /sysutils/chgrep/Makefile
parent1df726668eadec0cf418c8d3e265af1f269c9697 (diff)
downloadfreebsd-ports-graphics-38b069f434fcc9a4ff66fd7e82c91a1653fbcac5.tar.gz
freebsd-ports-graphics-38b069f434fcc9a4ff66fd7e82c91a1653fbcac5.tar.zst
freebsd-ports-graphics-38b069f434fcc9a4ff66fd7e82c91a1653fbcac5.zip
Update to 1.2.0
PR: 53021 Approved by: fjoe
Diffstat (limited to 'sysutils/chgrep/Makefile')
-rw-r--r--sysutils/chgrep/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile
index aaacfb9e2c6..1d49502b475 100644
--- a/sysutils/chgrep/Makefile
+++ b/sysutils/chgrep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= chgrep
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk.bicom.pl/chgrep/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,9 @@ USE_GMAKE= yes
MAN1= chgrep.1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
+ ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
+ ${MANPREFIX}/man/man1
.include <bsd.port.mk>