diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-27 15:15:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-27 15:15:36 +0000 |
commit | 29086de64ba4f921ed37dd852f0334fe94478877 (patch) | |
tree | f21ff60dd35b504173b657982520f6156ea74fdf /sysutils/phantom/Makefile | |
parent | b9b4d7629ab643bd2273d58b5c5c1482aef90fe7 (diff) | |
download | ports-29086de64ba4f921ed37dd852f0334fe94478877.tar.gz ports-29086de64ba4f921ed37dd852f0334fe94478877.zip |
Stagify, add LICENSE.
Approved by: portmgr@ (blanket approval)
Notes
Notes:
svn path=/head/; revision=359550
Diffstat (limited to 'sysutils/phantom/Makefile')
-rw-r--r-- | sysutils/phantom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/phantom/Makefile b/sysutils/phantom/Makefile index 3c576c0b836c..73cb8b77d7f4 100644 --- a/sysutils/phantom/Makefile +++ b/sysutils/phantom/Makefile @@ -10,9 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ota@j.email.ne.jp COMMENT= Phantomblock generator (converts existing files to sparse files) -ALL_TARGET= all +LICENSE= GPLv2 +ALL_TARGET= all PLIST_FILES= bin/phantom -NO_STAGE= yes .include <bsd.port.mk> |