aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-11-03 20:13:08 +0800
committervs <vs@FreeBSD.org>2005-11-03 20:13:08 +0800
commit3cd08fa32aea53e99021e529bb74e07410aa7adf (patch)
treec74871e6a5ce5b71eead6e0bde4d33ba422fd1fc /textproc
parent583b979fe978fad2ee4308d57842d0ecf0b77dc2 (diff)
downloadfreebsd-ports-gnome-3cd08fa32aea53e99021e529bb74e07410aa7adf.tar.gz
freebsd-ports-gnome-3cd08fa32aea53e99021e529bb74e07410aa7adf.tar.zst
freebsd-ports-gnome-3cd08fa32aea53e99021e529bb74e07410aa7adf.zip
Drop unused INSTALLS_SHLIB/LDCONFIG_DIRS (mispelled anyway ;)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/galax/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile
index f66e72c3a76b..8794a9b6b08c 100644
--- a/textproc/galax/Makefile
+++ b/textproc/galax/Makefile
@@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/galax
USE_JAVA= yes
JAVA_VERSION= 1.2+
-INSTALLS_SHLIBS=yes
-LDCONFIG_DIRS= ${LOCALBASE}/%%GALAX%%/lib/c
USE_GMAKE= yes
ALL_TARGET= world
MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \
@@ -29,7 +27,7 @@ MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HO
GALAXHOME=${PREFIX}/Galax-${PORTVERSION} APIS="c java" OPTAPIS="c" WITH_CLIBS="-lm -lcurses" \
CC=${CC} CPP=${CPP}
-PLIST_SUB= GALAX=Galax-${PORTVERSION}
+PLIST_SUB+= GALAX=Galax-${PORTVERSION}
.include <bsd.port.pre.mk>