diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-31 06:34:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-31 06:34:20 +0800 |
commit | 2b87111e30fab1854a618f8af92a4e0a7b911242 (patch) | |
tree | 49f5c41f253da04e95b97f62788a7647e6088a93 /x11-toolkits/py-gtk2 | |
parent | 14fe19ab945cb8b9272f16ca9d236d5e08da3ee1 (diff) | |
download | freebsd-ports-gnome-2b87111e30fab1854a618f8af92a4e0a7b911242.tar.gz freebsd-ports-gnome-2b87111e30fab1854a618f8af92a4e0a7b911242.tar.zst freebsd-ports-gnome-2b87111e30fab1854a618f8af92a4e0a7b911242.zip |
Don't call a non-existent pkg-install.
Reported by: Mike Harding <mvh@ix.netcom.com>
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} |