ports/75495: [MAINTEINER] net/kf: fix installing *.mo files

Andrey Slusar anray at inet.ua
Sat Dec 25 20:50:22 UTC 2004


>Number:         75495
>Category:       ports
>Synopsis:       [MAINTEINER] net/kf: fix installing *.mo files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 25 20:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 30 13:06:39 EET 2004 anray at santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Fix installing *.mo files.
>How-To-Repeat:

>Fix:

--- kf.diff begins here ---
diff -ruN net/kf/Makefile kf/Makefile
--- net/kf/Makefile	Mon Dec 20 20:34:32 2004
+++ kf/Makefile	Sat Dec 25 22:33:37 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	kf
 PORTVERSION=	0.2
+PORTREVISIO=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.habazie.rams.pl/kf/files/ \
 		http://www.jabberstudio.org/projects/kf/releases/
@@ -21,6 +22,9 @@
 USE_GETOPT_LONG=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_LIBTOOL_VER=	15
+
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 .ifndef(WITHOUT_GTKSPELL)
 LIB_DEPENDS+=	gtkspell.0:${PORTSDIR}/textproc/gtkspell2
--- kf.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list