diff options
author | anray <anray@FreeBSD.org> | 2005-12-27 03:30:18 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-27 03:30:18 +0800 |
commit | 1ae7997b0b7f44e6a6325529cbe736ec4f04c3a6 (patch) | |
tree | c263158b58fba41ea9122987d61c4403de6ff998 /x11/xnee/Makefile | |
parent | 0bf1c9c50adf167bd55009fe0efb73b47aceccec (diff) | |
download | freebsd-ports-gnome-1ae7997b0b7f44e6a6325529cbe736ec4f04c3a6.tar.gz freebsd-ports-gnome-1ae7997b0b7f44e6a6325529cbe736ec4f04c3a6.tar.zst freebsd-ports-gnome-1ae7997b0b7f44e6a6325529cbe736ec4f04c3a6.zip |
Update to 2.02
PR: ports/90932
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 4dcdbe7f4777..9d32e9e543ff 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 2.01 -PORTREVISION= 1 +PORTVERSION= 2.02 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,10 +34,8 @@ PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --disable-gui .endif -post-build: +post-install: cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi - -pre-install: ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} .include <bsd.port.post.mk> |