From f23fc36a9be5d872cf04a5ad6cf6347829a2fbaa Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 22 Jul 2008 06:09:39 +0000 Subject: Update to 0.2.3 --- graphics/iec16022/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/iec16022/Makefile') 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 -- cgit