diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 22:34:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 22:34:20 +0000 |
commit | 3731331131138caccc2c7947c66014238e323d89 (patch) | |
tree | 3cfbd6d4365361a3f3c10a1d2b915a212592001e /x11-toolkits/py-gtk2 | |
parent | df629be95feccd5c73817cb29b6ed0407a3b6dcd (diff) | |
download | ports-3731331131138caccc2c7947c66014238e323d89.tar.gz ports-3731331131138caccc2c7947c66014238e323d89.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 0a83317ecc33..135cea7ee167 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -43,11 +43,6 @@ CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" CONFIGURE_ARGS+= --disable-thread .endif -.if !defined(PACKAGE_BUILDING) -pre-build: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif - .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} |