diff options
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 12fc25d05069..9e654db56760 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,4 +26,7 @@ post-patch: 's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \ s|-g$$||g' +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/xnee.1 ${MANPREFIX}/man/man1 + .include <bsd.port.mk> |