aboutsummaryrefslogtreecommitdiff
path: root/sysutils/desktopbsd-tools/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-25 21:19:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-25 21:19:41 +0000
commitc9540b2bc037175bb9e48cf79f3855d59f250244 (patch)
treea025c27c91a3acc73b59320089cfeb21b2f42063 /sysutils/desktopbsd-tools/Makefile
parent64346d00686b96df032aecde02ccfd12461835ab (diff)
downloadports-c9540b2bc037175bb9e48cf79f3855d59f250244.tar.gz
ports-c9540b2bc037175bb9e48cf79f3855d59f250244.zip
Notes
Diffstat (limited to 'sysutils/desktopbsd-tools/Makefile')
-rw-r--r--sysutils/desktopbsd-tools/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/desktopbsd-tools/Makefile b/sysutils/desktopbsd-tools/Makefile
index 68f96a919709..dd00e9bfa3ea 100644
--- a/sysutils/desktopbsd-tools/Makefile
+++ b/sysutils/desktopbsd-tools/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm \
portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
portaudit:${PORTSDIR}/ports-mgmt/portaudit
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_BZIP2= yes
USE_KDEBASE_VER=3
@@ -32,10 +32,6 @@ DATADIR= ${PREFIX}/share/desktopbsd
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= requires FreeBSD 5 or newer
-.endif
-
.if ${OSVERSION} < 601101 || ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700015 )
RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
.endif
@@ -44,6 +40,11 @@ RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
RUN_DEPENDS+= portsnap:${PORTSDIR}/ports-mgmt/portsnap
.endif
+post-extract:
+.for f in ${X11R6_FILES}
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|$${X11BASE}|g' ${WRKSRC}/${f}
+.endfor
+
post-patch:
@${REINPLACE_CMD} -e \
"/Installation/d; /Documentation/d; /InitialConf/d" \