diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-22 06:09:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-22 06:09:39 +0000 |
commit | 8491e9ee61fded7d85f3f390b9521e5dac257776 (patch) | |
tree | 26813841cf12533350ef06ab4e36e723129f3776 /graphics/iec16022 | |
parent | bffdc23e01bd265d5665c10cf50dffea9953ad12 (diff) |
Notes
Diffstat (limited to 'graphics/iec16022')
-rw-r--r-- | graphics/iec16022/Makefile | 4 | ||||
-rw-r--r-- | graphics/iec16022/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 4aea12a8953d..ffe4de6980b2 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iec16022 -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ CRITICAL @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +MAN1= iec16022.1 PLIST_FILES= bin/iec16022 post-patch: @@ -28,5 +29,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/graphics/iec16022/distinfo b/graphics/iec16022/distinfo index c370cb79ebbf..c303ba4db7f2 100644 --- a/graphics/iec16022/distinfo +++ b/graphics/iec16022/distinfo @@ -1,3 +1,3 @@ -MD5 (iec16022-0.2.2.tar.gz) = 84ca2bcd351ecaba84bd123cf0ba078b -SHA256 (iec16022-0.2.2.tar.gz) = 0c569e22cdc3ff73defba27ba11e430b454c7cfede31d0371331d48ed23d3c6b -SIZE (iec16022-0.2.2.tar.gz) = 328369 +MD5 (iec16022-0.2.3.tar.gz) = bd77a401f91daaf849dcf03d4de4f9a4 +SHA256 (iec16022-0.2.3.tar.gz) = d4a2ad53767cddf10334262e84f783b3a2af6e728f7cae72849688b8c43b24f2 +SIZE (iec16022-0.2.3.tar.gz) = 338640 |