diff options
author | asami <asami@FreeBSD.org> | 1998-12-13 08:49:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-13 08:49:14 +0000 |
commit | aa74ddae1c7e712be36eb3ab96dba8957ff78562 (patch) | |
tree | 7ff873923e8bee372172de186bd14abe52f9cfa3 /x11-toolkits/tk80/Makefile | |
parent | 2d29ba1fd24b51ac250809a074ee2fe8f3fdc076 (diff) | |
download | FreeBSD-ports-aa74ddae1c7e712be36eb3ab96dba8957ff78562.zip FreeBSD-ports-aa74ddae1c7e712be36eb3ab96dba8957ff78562.tar.gz |
Use PKG* variables instead of adding extra files to PKG_ARGS.
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 9dfc118..584e7e1c 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.13 1998/11/11 02:02:14 asami Exp $ +# $Id: Makefile,v 1.14 1998/11/14 09:43:32 asami Exp $ # DISTNAME= tk8.0p2 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -EXTRA_PKG_ARGS= -i ${PKGDIR}/INSTALL.wish +PKGINSTALL= ${PKGDIR}/INSTALL.wish SHLIB_MAJOR= 1 SHLIB_MINOR= 2 @@ -46,8 +46,8 @@ pre-build: post-install: ${LN} -sf ${TK_LIB_FILE} ${PREFIX}/lib/${TK_LIB} ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.if exists(${PKGDIR}/INSTALL.wish) - ${SH} ${PKGDIR}/INSTALL.wish +.if exists(${PKGINSTALL}) + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif test: |