diff options
author | plunky <plunky> | 2014-12-30 08:18:52 +0000 |
---|---|---|
committer | plunky <plunky> | 2014-12-30 08:18:52 +0000 |
commit | 0ec575c3dea4c35eb329170f438f5fd8cce8b151 (patch) | |
tree | 10609e4d9c4f6b48ea51beda5e7c5409dbcb2be2 /archivers | |
parent | dd6b4887b6080b4c76b4da50da9d7e5365807c1d (diff) | |
download | pkgsrc-0ec575c3dea4c35eb329170f438f5fd8cce8b151.tar.gz |
add LICENSE
remove obsolete MAINTAINER entry (was my old email)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lcab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lcab/Makefile b/archivers/lcab/Makefile index f379a604f46..5fc0de10f88 100644 --- a/archivers/lcab/Makefile +++ b/archivers/lcab/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 14:05:52 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/12/30 08:18:52 plunky Exp $ # DISTNAME= lcab-1.0b12 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_FREEBSD} -MAINTAINER= plunky@rya-online.net HOMEPAGE= http://ohnopub.net/~ohnobinki/lcab COMMENT= Microsoft cabinet (.CAB) file creator +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes |