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 /ham | |
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 'ham')
-rw-r--r-- | ham/7plus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index 7aac1b93632..1ab5ff54228 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:18 wiz Exp $ # DISTNAME= 7pl225sr @@ -12,11 +12,10 @@ DISTFILES= 7pl225sr.tgz \ MAINTAINER= wulf@NetBSD.org HOMEPAGE= #http://home.t-online.de/home/dg1bbq/ COMMENT= Uuencode-like file coder for AMPR BBS S&F of binary files +LICENSE= no-commercial-use PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= no-commercial-use - WRKSRC= ${WRKDIR}/7plsrc.225 MAKE_FILE= netbsd.mak USE_TOOLS+= gmake |