diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:20:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:20:01 +0800 |
commit | 1536a83c7cd02fe4610313247af52087433f6a53 (patch) | |
tree | 2e4b8784eb1ea0c6ef9c30a6ce58bf32a5fe6d50 /misc/shc | |
parent | c128fde609786672d38b682d5a9e34e842689abb (diff) | |
download | freebsd-ports-gnome-1536a83c7cd02fe4610313247af52087433f6a53.tar.gz freebsd-ports-gnome-1536a83c7cd02fe4610313247af52087433f6a53.tar.zst freebsd-ports-gnome-1536a83c7cd02fe4610313247af52087433f6a53.zip |
- Convert to USES=tar:tgz
- Add LICENSE
Diffstat (limited to 'misc/shc')
-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: |