diff options
author | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
commit | 5201e684973709478cd0e0f268310adadacc4284 (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /misc/screen/Makefile | |
parent | 9f424e887024bd828f9677f6a93441bdf95c2e6f (diff) | |
download | pkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 5e11c8bc3d9..fbab3a0a045 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:37 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:24 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -9,14 +9,11 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MAINTAINER= hubertf@netbsd.org -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo -RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo - GNU_CONFIGURE= yes MAN1= screen.1 +INFO_FILES= screen post-install: - @install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir @${MKDIR} ${PREFIX}/share/examples/screen ${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc |