summaryrefslogtreecommitdiff
path: root/emulators/osf1_lib/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-19 23:20:59 +0000
committerjlam <jlam@pkgsrc.org>2006-06-19 23:20:59 +0000
commitea184c8f99b1940058c84a51fb38357f9d013d0c (patch)
tree1ae63360bb727bd5540317c609d890a1b283bd32 /emulators/osf1_lib/Makefile
parent23716a3db6d6610a3bfa2b05032121fcd9a482ca (diff)
downloadpkgsrc-ea184c8f99b1940058c84a51fb38357f9d013d0c.tar.gz
Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALL
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file.
Diffstat (limited to 'emulators/osf1_lib/Makefile')
-rw-r--r--emulators/osf1_lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile
index 79a9c7c6c67..18f8cfeba36 100644
--- a/emulators/osf1_lib/Makefile
+++ b/emulators/osf1_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:03 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/19 23:22:29 jlam Exp $
DISTNAME= netscape-4.7-3.alpha
PKGNAME= osf1_lib-1.1
@@ -29,8 +29,6 @@ EMULDIR= ${PREFIX}/${EMULSUBDIR}
EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
-INSTALL_SRC= ${PKGDIR}/INSTALL
-DEINSTALL_SRC= # empty
RPMARGS= -i usr/lib -i usr/bin ${DISTDIR}/${DISTFILES}
@@ -46,7 +44,4 @@ do-install:
(cd ${EMULDIR}; ${MKDIR} usr/lib/X11)
(cd ${EMULDIR}/usr/lib/X11; ${LN} -fs ${X11BASE}/lib/X11/locale .)
-post-install:
- PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
.include "../../mk/bsd.pkg.mk"