summaryrefslogtreecommitdiff
path: root/misc/grc/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-12 22:15:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-12 22:15:07 +0000
commit20975abf4b0736fadf73826c74f87bbec81068c8 (patch)
tree3377999ba78c5e96a611fe9ae1ecaad484e9a49e /misc/grc/Makefile
parentUpdate to version 1.56, which fixes a severe bug in bib2bib. (diff)
Update grc 1.0.2 -> 1.0.4
Approved by: pat
Diffstat (limited to '')
-rw-r--r--misc/grc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/grc/Makefile b/misc/grc/Makefile
index afa7a7325b3e..23a1c48ad07b 100644
--- a/misc/grc/Makefile
+++ b/misc/grc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= grc
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= misc
MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/grc/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -35,7 +35,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
.endfor
@${MKDIR} ${DATADIR}
- ${CP} ${WRKSRC}/conf.* ${DATADIR}
- ${CP} ${WRKSRC}/grc.conf ${PREFIX}/etc
+ ${INSTALL_DATA} ${WRKSRC}/conf.* ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/grc.conf ${PREFIX}/etc
.include <bsd.port.mk>