diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 11:07:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 11:07:46 +0800 |
commit | a7f4db69a20a8d120e8791937ec4fe6495de707f (patch) | |
tree | 028c5dae57c24b45c5a25854721b0312848d28ce /x11-toolkits/tkstep80 | |
parent | 27fd43535712135ffb7df3cf33260d3f65c4a87a (diff) | |
download | freebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.tar.gz freebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.tar.zst freebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.zip |
Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish.
Diffstat (limited to 'x11-toolkits/tkstep80')
-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 c7c714ec4703..ecb46408d3af 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/INSTALL.wish -PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/DEINSTALL.wish +PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/pkg-install.wish +PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/pkg-deinstall.wish post-install: @${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig |