diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:07:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:07:18 +0000 |
commit | b1b11fff74fea6b451463ef441fd83ba8c4bcffb (patch) | |
tree | 1dd9e4233f630cbea073444a703a7ddd395b2199 | |
parent | ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (well, here's the second one...) (diff) |
Oops, remove extra "pkg/".
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index ecb46408d3af..58a991a7540a 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -30,8 +30,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \ --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/pkg-install.wish -PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/pkg-deinstall.wish +PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish +PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish post-install: @${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig |