summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-08 12:27:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-08 12:27:18 +0000
commitf71311565ced73844a3540b1fae25f1709eb107a (patch)
treeaa268684b2e7ff8de1b3b1078503046241f90902 /x11/XFree86
parentuse URL file syntax (diff)
Pre-create all necessary manpage and catpage directories.
Notes
Notes: svn path=/head/; revision=5264
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 44c24adacbe4..e1273ebf498a 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $
+# $Id: Makefile,v 1.25 1996/12/25 05:56:07 ache Exp $
#
DISTNAME= xc
@@ -24,8 +24,14 @@ ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
+pre-install:
+ @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \
+ ${PKGNAME} PRE-INSTALL
+
post-install:
- chmod u-s ${PREFIX}/bin/SuperProbe
+ if [ -e ${PREFIX}/bin/SuperProbe ]; then \
+ chmod u-s ${PREFIX}/bin/SuperProbe; \
+ fi
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>