diff options
author | tron <tron@pkgsrc.org> | 1998-02-16 19:40:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-16 19:40:11 +0000 |
commit | d8faec9a19e9ae7a00421c0da32a50c350dbabab (patch) | |
tree | c350ed4499b76c7b8ac99f6a24515b6e1a6f8273 /sysutils/top/Makefile | |
parent | 39a37f4d3edcdd7b15e652adbcd2c0c03cbc5901 (diff) | |
download | pkgsrc-d8faec9a19e9ae7a00421c0da32a50c350dbabab.tar.gz |
Get "make reinstall" to work.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index ca7f9ade5af..22e4182172d 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Sep 1994 # Whom: swallace # -# $NetBSD: Makefile,v 1.6 1998/02/16 12:17:14 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/02/16 19:40:11 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp # @@ -15,6 +15,10 @@ MAINTAINER= agc@netbsd.org HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure + +MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ + COPY="${COPY}" STRIPFLAG="${STRIPFLAG}" + MAN1= top.1 OPSYS!= uname -s @@ -36,7 +40,4 @@ pre-configure: .endif chmod a-x ${WRKSRC}/install -post-install: - strip ${PREFIX}/bin/top - .include <bsd.port.mk> |