summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2007-07-05 23:00:18 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2007-07-05 23:00:18 +0000
commit656adfd180983bfc33002e8d0b541cf8bd69175a (patch)
tree012f51999dc9992ef1556ac9422ebd38329d1f76 /x11
parent- Fix build with gcc 4.2. (diff)
Don't mess with /etc files in pkg-install when PACKAGE_BUILDING. The created
package will do that. Submitted by: marcus
Notes
Notes: svn path=/head/; revision=195034
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libraries/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile
index cad8ca1a46a5..1863d5d466fe 100644
--- a/x11/xorg-libraries/Makefile
+++ b/x11/xorg-libraries/Makefile
@@ -86,7 +86,9 @@ do-install:
${MKDIR} ${PREFIX}/libdata/xorg
${TOUCH} ${PREFIX}/libdata/xorg/libraries
+.if !defined(PACKAGE_BUILDING)
post-install:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+.endif
.include <bsd.port.mk>