diff options
author | agc <agc@pkgsrc.org> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-22 11:05:01 +0000 |
commit | ff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5 (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /misc/screen | |
parent | 48a6874f33c640d2e890ef33bb3f91cfe8a60422 (diff) | |
download | pkgsrc-ff3e48e78cd4eedbe7651bdd59c94a81ab8c9cd5.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index fbab3a0a045..09feeb18f57 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:24 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:03 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org GNU_CONFIGURE= yes MAN1= screen.1 -INFO_FILES= screen +INFO_FILES= screen.info post-install: @${MKDIR} ${PREFIX}/share/examples/screen |