diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:28:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:28:00 +0000 |
commit | 4bc4c96ac4b5c5f4e2c251962134d37a82b7fb72 (patch) | |
tree | 224f48d9aaf834d2e6e3b806228f73a21d34263c /misc/screen/Makefile | |
parent | f914278d42e33daf932d37a5bb3948f2c7f071d0 (diff) | |
download | pkgsrc-4bc4c96ac4b5c5f4e2c251962134d37a82b7fb72.tar.gz |
portlint: seperate sections
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 7d748238840..d2ae3178a5a 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.3 1997/11/05 00:37:12 explorer Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/24 21:28:00 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -16,6 +16,7 @@ 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 |