diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-30 04:20:01 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-30 04:20:01 +0800 |
commit | 3cd637ae4a7cf90d9d73b13672b68f1108d45a08 (patch) | |
tree | 2e4b8784eb1ea0c6ef9c30a6ce58bf32a5fe6d50 /misc | |
parent | d69bc88d8eb1409248d1facbebeb25d09fef974f (diff) | |
download | freebsd-ports-gnome-3cd637ae4a7cf90d9d73b13672b68f1108d45a08.tar.gz freebsd-ports-gnome-3cd637ae4a7cf90d9d73b13672b68f1108d45a08.tar.zst freebsd-ports-gnome-3cd637ae4a7cf90d9d73b13672b68f1108d45a08.zip |
- Convert to USES=tar:tgz
- Add LICENSE
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 53b1718bcdab..b550d7008042 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -6,11 +6,15 @@ PORTVERSION= 3.8.9 CATEGORIES= misc MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \ CRITICAL -EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generic script compiler +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/Copying + +USES= tar:tgz + PLIST_FILES= bin/shc man/man1/shc.1.gz post-extract: |