diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-01-23 02:58:42 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-01-23 02:58:42 +0000 |
commit | 7c228fad5defa1cdd7ccc71315e543f1746a7654 (patch) | |
tree | e0d3d6079346f039702948fe0f701bae8ccb678f /textproc/igor | |
parent | c01f039976655232e570a1fb4aad312104de9280 (diff) | |
download | ports-7c228fad5defa1cdd7ccc71315e543f1746a7654.tar.gz ports-7c228fad5defa1cdd7ccc71315e543f1746a7654.zip |
Notes
Diffstat (limited to 'textproc/igor')
-rw-r--r-- | textproc/igor/Makefile | 7 | ||||
-rw-r--r-- | textproc/igor/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/igor/Makefile b/textproc/igor/Makefile index a96d50281bec..4fd7bdb3acd1 100644 --- a/textproc/igor/Makefile +++ b/textproc/igor/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= igor -PORTVERSION= 1.330 +PORTVERSION= 1.355 CATEGORIES= textproc -MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ +MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ MAINTAINER= wblock@FreeBSD.org COMMENT= FreeBSD Documentation Project sanity check script @@ -17,6 +17,9 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +post-patch: + @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ diff --git a/textproc/igor/distinfo b/textproc/igor/distinfo index 3a8c36ce0e97..adefede655c0 100644 --- a/textproc/igor/distinfo +++ b/textproc/igor/distinfo @@ -1,2 +1,2 @@ -SHA256 (igor-1.330.tar.gz) = 30fc667aaa31d98dfc0f9f87959e448304b6dc3ea53dd81070e0481f6ae00024 -SIZE (igor-1.330.tar.gz) = 20379 +SHA256 (igor-1.355.tar.gz) = 1cd2e51fbcabd70c6a229ae93bbb35c4ce243a63a42d5ebe5dd2c2a16cd83be9 +SIZE (igor-1.355.tar.gz) = 23145 |