diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-12 22:15:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-12 22:15:07 +0000 |
commit | 20975abf4b0736fadf73826c74f87bbec81068c8 (patch) | |
tree | 3377999ba78c5e96a611fe9ae1ecaad484e9a49e /misc/grc/Makefile | |
parent | Update 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/Makefile | 6 |
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> |