diff options
author | jtb <jtb> | 2001-06-04 22:22:43 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 22:22:43 +0000 |
commit | 41696f74312391b61a2e378f1bccbbb95fcd17be (patch) | |
tree | 3829bc6df672c18f793aa66defb2ec338dfebf41 /editors/pico | |
parent | 697552c4d76c4f0fe1b3a4456e88254ca4523a57 (diff) | |
download | pkgsrc-41696f74312391b61a2e378f1bccbbb95fcd17be.tar.gz |
Add LICENSE=pine-license.
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 2adcf6f3c0d..b174561462f 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/17 16:03:31 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/06/04 22:22:43 jtb Exp $ # DISTNAME= pine4.33 @@ -11,6 +11,8 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Text editor (ships with Pine), and Pine's text editing lib +LICENSE= pine-license + USE_LIBTOOL= # defined .include "../../mk/bsd.prefs.mk" |