diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /comms/estic | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'comms/estic')
-rw-r--r-- | comms/estic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile index c929fc21aba..bf28ff55188 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/10/13 21:17:28 schwarz Exp $ +# $NetBSD: Makefile,v 1.29 2009/05/19 08:59:05 wiz Exp $ DISTNAME= estic-1.61 PKGREVISION= 1 @@ -10,11 +10,9 @@ 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 - -EXTRACT_ONLY= estic-1.60-sources${EXTRACT_SUFX} +LICENSE= generic-nonlicense # No permissions are apparent from inspecting the sources. -LICENSE= generic-nonlicense RESTRICTED= No permission to copy NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -23,6 +21,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir +EXTRACT_ONLY= estic-1.60-sources${EXTRACT_SUFX} + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} USE_LANGUAGES= c c++ |