diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 03:00:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 03:00:49 +0000 |
commit | 27fd43535712135ffb7df3cf33260d3f65c4a87a (patch) | |
tree | 44e3c7603f1ecce6ee280acf107a1cd0e8b18e6c /lang/tcl80 | |
parent | 1ded4d71d1a6906737e352fd76e22f6399bb4244 (diff) | |
download | FreeBSD-ports-27fd43535712135ffb7df3cf33260d3f65c4a87a.zip FreeBSD-ports-27fd43535712135ffb7df3cf33260d3f65c4a87a.tar.gz |
Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 4b79deb..806c5fc 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -21,8 +21,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -PKGINSTALL= ${PKGDIR}/INSTALL.tclsh -PKGDEINSTALL= ${PKGDIR}/DEINSTALL.tclsh +PKGINSTALL= ${PKGDIR}/pkg-install.tclsh +PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh SHLIB_MAJOR= 1 SHLIB_MINOR= 5 |