diff options
author | jlam <jlam> | 2002-01-27 19:31:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-27 19:31:58 +0000 |
commit | 5cd66a8d9d5efa54acb3dc682cd56b2dff287f99 (patch) | |
tree | 004e3991821a4b778f3fc3cef100271cff8064ab /sysutils/aperture/Makefile | |
parent | 8a603bfda05777cc67f426cbf4f5f2f32591aa7f (diff) | |
download | pkgsrc-5cd66a8d9d5efa54acb3dc682cd56b2dff287f99.tar.gz |
Move message outputted by INSTALL into a MESSAGE file where it is more
appropriate.
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r-- | sysutils/aperture/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |