aboutsummaryrefslogtreecommitdiff
path: root/archivers/nwreckdum
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-10-26 14:13:03 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-10-26 14:13:03 +0000
commit97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46 (patch)
treef9c225b4cfd8162322976e4110b2843f90064bab /archivers/nwreckdum
parent33d459dc813657556c8bccd6a73f6efb3209ddc7 (diff)
downloadports-97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46.tar.gz
ports-97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46.zip
Notes
Diffstat (limited to 'archivers/nwreckdum')
-rw-r--r--archivers/nwreckdum/Makefile4
-rw-r--r--archivers/nwreckdum/pkg-descr4
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile
index 278c95ed812f..160c15a2f663 100644
--- a/archivers/nwreckdum/Makefile
+++ b/archivers/nwreckdum/Makefile
@@ -8,7 +8,9 @@ CATEGORIES= archivers games
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility for manipulating of Quake PAK files
+COMMENT= Utility for manipulating of Quake packed data files
+
+LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= danfe
diff --git a/archivers/nwreckdum/pkg-descr b/archivers/nwreckdum/pkg-descr
index f131688a9243..684973931e3a 100644
--- a/archivers/nwreckdum/pkg-descr
+++ b/archivers/nwreckdum/pkg-descr
@@ -1,4 +1,4 @@
-NWReckDum is Quake PAK file format manipulator. It allows you to list,
-extract, and create your PAK files easily from command line.
+NWReckDum is Quake PACK file format (.pak) manipulator. It allows one to
+list, extract, and create packed game data files easily from command line.
Author: Daniel Reed <n@ml.org>