From 41d434d09a37305f8ae51df6ef4e2aca50846f24 Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 16 Jan 2003 23:42:58 +0000 Subject: Update to 1.0.2 PR: 47080 Submitted by: KATO Tsuguru --- x11/xnee/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11/xnee/Makefile') 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 -- cgit