1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Don't mess with /etc files in pkg-install when PACKAGE_BUILDING. The created

package will do that.

Submitted by:	marcus
This commit is contained in:
Dejan Lesjak 2007-07-05 23:00:18 +00:00
parent 3e98f8172e
commit 656adfd180
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195034

View File

@ -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>