diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-27 19:31:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-27 19:31:58 +0000 |
commit | 955150a2842e74a00449ed81afdb5b289c8b5ed8 (patch) | |
tree | 004e3991821a4b778f3fc3cef100271cff8064ab /sysutils | |
parent | b421e20fe4cf07801f82dcde4ebda1b71ac32638 (diff) | |
download | pkgsrc-955150a2842e74a00449ed81afdb5b289c8b5ed8.tar.gz |
Move message outputted by INSTALL into a MESSAGE file where it is more
appropriate.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/aperture/MESSAGE (renamed from sysutils/aperture/INSTALL) | 19 | ||||
-rw-r--r-- | sysutils/aperture/Makefile | 7 |
2 files changed, 3 insertions, 23 deletions
diff --git a/sysutils/aperture/INSTALL b/sysutils/aperture/MESSAGE index 59bb7fea19f..ef16e5512a1 100644 --- a/sysutils/aperture/INSTALL +++ b/sysutils/aperture/MESSAGE @@ -1,13 +1,6 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.1 2001/10/31 22:52:52 zuntum Exp $ - -case $2 in -PRE-INSTALL) - ;; -POST-INSTALL) - /bin/cat << EOF =========================================================================== +$NetBSD: MESSAGE,v 1.1 2002/01/27 19:31:59 jlam Exp $ + Add the following line to /etc/lkm.conf: ${PREFIX}/lkm/xf86.o - - ${PREFIX}/lkm/xf86_mod_install - AFTERMOUNT @@ -18,11 +11,3 @@ and set: in /etc/rc.conf. Then, reboot your system. =========================================================================== -EOF - ;; -*) - echo "Unexpected argument: $2" - exit 1 - ;; -esac -exit 0 diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 1f21891ae72..86effe633ab 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/01/27 18:32:34 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/01/27 19:31:59 jlam Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -28,7 +28,6 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL ALL_TARGET= cleandir depend all DIST_SUBDIR= ${PKGNAME} -INSTALL_FILE= ${WRKDIR}/INSTALL INSTALL_TARGET= dirs includes install MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR} @@ -54,10 +53,6 @@ pre-extract: @${FALSE} .endif -post-build: - ${SED} -e 's#$${PREFIX}#${PREFIX}#g' <${PKGDIR}/INSTALL \ - >${INSTALL_FILE} - .include "../../mk/bsd.pkg.mk" LDFLAGS= # empty since we use BSD-style makefiles |