diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:07:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:07:18 +0000 |
commit | 37e3a210c0c7fe8d42edc7c74865b80b0244d89a (patch) | |
tree | be55f5173a399730726ed9504ebd3afc1a272cb9 | |
parent | 817f9dc920f177285a9c7c6754b774b5e4d1c9a8 (diff) | |
download | FreeBSD-ports-37e3a210c0c7fe8d42edc7c74865b80b0244d89a.zip FreeBSD-ports-37e3a210c0c7fe8d42edc7c74865b80b0244d89a.tar.gz |
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 ecb4640..58a991a 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 |