diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 19:15:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 19:15:06 +0000 |
commit | 498901e7817b50368e76352b89917ea4b50ab04b (patch) | |
tree | 8408e4245950379b08926db049176fdbb331b3a3 /misc/grc | |
parent | 8d6ef0f8d4a8fe38a2057810f50228294c5be290 (diff) |
upgrade to 1.0.2
drop maintainership
Notes
Notes:
svn path=/head/; revision=50596
Diffstat (limited to 'misc/grc')
-rw-r--r-- | misc/grc/Makefile | 12 | ||||
-rw-r--r-- | misc/grc/distinfo | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/misc/grc/Makefile b/misc/grc/Makefile index 28325998cb70..c79e55735fcb 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -7,15 +7,14 @@ # PORTNAME= grc -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= misc MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/grc/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_PYTHON= yes - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes @@ -31,12 +30,11 @@ do-install: .for file in grc grcat ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor - .for file in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1 .endfor - ${MKDIR} ${PREFIX}/share/grc - ${CP} ${WRKSRC}/conf.* ${PREFIX}/share/grc - ${CP} ${WRKSRC}/grc.conf ${PREFIX}/etc/grc.conf + @${MKDIR} ${DATADIR} + ${CP} ${WRKSRC}/conf.* ${DATADIR} + ${CP} ${WRKSRC}/grc.conf ${PREFIX}/etc .include <bsd.port.mk> diff --git a/misc/grc/distinfo b/misc/grc/distinfo index 6a8046170462..77678d265997 100644 --- a/misc/grc/distinfo +++ b/misc/grc/distinfo @@ -1 +1 @@ -MD5 (grc_1.0.1.tar.gz) = 709d0a52a5df086813c00aeafa7b2b38 +MD5 (grc_1.0.2.tar.gz) = a615211a1872d985e2c9f2a328dd7f41 |