summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/pico/Makefile4
-rw-r--r--mail/pine/Makefile4
2 files changed, 6 insertions, 2 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"
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 3b7b836e126..f62ec9bb21d 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2001/05/16 08:35:10 abs Exp $
+# $NetBSD: Makefile,v 1.46 2001/06/04 22:22:44 jtb Exp $
# FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp
#
@@ -12,6 +12,8 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.washington.edu/pine/
COMMENT= Program for Internet E-mail and News
+LICENSE= pine-license
+
BUILD_DEFS+= PINE_USE_LDAP
# This pkg doesn't build pico or libpico; the pico pkg does that part.