diff options
author | is <is@pkgsrc.org> | 2011-03-31 17:40:16 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2011-03-31 17:40:16 +0000 |
commit | 172c72a5450d9db089d9121478b642e6c1787e6d (patch) | |
tree | 99cdd25013407ba757715954fcf0ec2ccf36b1fe | |
parent | a3424f78419d55b731f6e86124d7eaf6e1131d42 (diff) | |
download | pkgsrc-172c72a5450d9db089d9121478b642e6c1787e6d.tar.gz |
Point LICENSE to estic-license, remove RESTRICTIONS according to it, as
discussed with gdt@ and martin@.
-rw-r--r-- | comms/estic/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile index bf28ff55188..19613d7c20d 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/05/19 08:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/03/31 17:40:16 is Exp $ DISTNAME= estic-1.61 PKGREVISION= 1 @@ -10,14 +10,7 @@ DISTFILES= ${EXTRACT_ONLY} ${ESTICPATCH} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.von-bassewitz.de/uz/estic/estic.html COMMENT= German language configuration tool for ISTEC 1003/1008 ISDN systems -LICENSE= generic-nonlicense - -# No permissions are apparent from inspecting the sources. -RESTRICTED= No permission to copy -NO_SRC_ON_FTP= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} +LICENSE= estic-license PKG_DESTDIR_SUPPORT= user-destdir |