aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2015-03-16 16:20:59 +0800
committerriggs <riggs@FreeBSD.org>2015-03-16 16:20:59 +0800
commitb8290ea34498a397f7a0cca90f8ba3ffd41a1fcd (patch)
tree0aa19ca1d1a2a3f53f1194bcc3319bf04bc2856a
parent35e14a2b119971c8592d3475b51c89a039c554e7 (diff)
downloadfreebsd-ports-graphics-b8290ea34498a397f7a0cca90f8ba3ffd41a1fcd.tar.gz
freebsd-ports-graphics-b8290ea34498a397f7a0cca90f8ba3ffd41a1fcd.tar.zst
freebsd-ports-graphics-b8290ea34498a397f7a0cca90f8ba3ffd41a1fcd.zip
- Chris Hutchinson <portmaster@bsdforge.com> takes maintainership
- General port cleanup While on it: - Add LICENSE* - Pet portlint PR: 198264 Submitted by: portmaster@bsdforge.com (maintainer)
-rw-r--r--sysutils/cramfs/Makefile7
-rw-r--r--sysutils/cramfs/pkg-descr8
2 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/cramfs/Makefile b/sysutils/cramfs/Makefile
index 25bcdbb53e0..73638ea961a 100644
--- a/sysutils/cramfs/Makefile
+++ b/sysutils/cramfs/Makefile
@@ -7,8 +7,11 @@ PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The compressed ROM filesystem
+MAINTAINER= portmaster@BSDforge.com
+COMMENT= Linux Compressed ROM FileSystem
+
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
diff --git a/sysutils/cramfs/pkg-descr b/sysutils/cramfs/pkg-descr
index ce77e14764d..aa2456250fd 100644
--- a/sysutils/cramfs/pkg-descr
+++ b/sysutils/cramfs/pkg-descr
@@ -1,5 +1,5 @@
-Cramfs is a Linux filesystem designed to be simple, small, and to
-compress things well. It is used on a number of embedded systems and
-small devices.
+Cramfs is a Linux filesystem designed to be simple, small,
+and to compress things well. It is used on a number of
+embedded systems and small devices.
-WWW: http://sourceforge.net/projects/cramfs/
+WWW: http://sourceforge.net/projects/cramfs/