View | Details | Raw Unified | Return to bug 46434
Collapse All | Expand All

(-)x11/xnee/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xnee
8
PORTNAME=	xnee
9
PORTVERSION=	0.9
9
PORTVERSION=	1.0.1
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-19 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_PERL5=	yes
17
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
(-)x11/xnee/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xnee-0.9.tar.gz) = a4309d9057923afa9964d332bfedd402
1
MD5 (xnee-1.0.1.tar.gz) = 8ecfbeb6b9a3cf2f7b4677624a600285
(-)x11/xnee/files/patch-doc::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/Makefile.in.bak	Sat Oct 26 05:33:52 2002
2
+++ doc/Makefile.in	Sat Oct 26 08:58:58 2002
3
@@ -390,7 +390,7 @@
4
 	uninstall-man1
5
 
6
 
7
-all: html  man pdf info txt clean
8
+all: man info
9
 
10
 html: xnee.html 
11
 
(-)x11/xnee/files/patch-doc::xnee_develop.texi (+13 lines)
Line 0 Link Here
1
--- doc/xnee_develop.texi.orig	Thu Nov 28 08:35:58 2002
2
+++ doc/xnee_develop.texi	Thu Dec  5 21:42:22 2002
3
@@ -2,6 +2,10 @@
4
 @c %**start of header
5
 @setfilename xnee_develop.info
6
 @settitle Xnee Developer Manual 0.1
7
+@dircategory Miscellaneous
8
+@direntry
9
+* Xnee_develop: (xnee_develop).	Xnee Development Guide
10
+@end direntry
11
 @setchapternewpage odd
12
 @c %**end o
13
 
(-)x11/xnee/pkg-plist (-1 / +4 lines)
Lines 1-5 Link Here
1
bin/xnee
1
bin/xnee
2
lib/libxnee.a
3
@unexec install-info --delete %D/info/xnee.info %D/info/dir
2
@unexec install-info --delete %D/info/xnee.info %D/info/dir
4
info/xnee.info
3
info/xnee.info
5
@exec install-info %D/info/xnee.info %D/info/dir
4
@exec install-info %D/info/xnee.info %D/info/dir
5
@unexec install-info --delete %D/info/xnee_develop.info %D/info/dir
6
info/xnee_develop.info
7
@exec install-info %D/info/xnee_develop.info %D/info/dir
8
lib/libxnee.a

Return to bug 46434