diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 16:30:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 16:30:00 +0000 |
commit | 27d39a7ce0774792b3378975486136df2816060e (patch) | |
tree | 2d36497f090e09bea84d30647708570013770497 /sysutils/phantom/Makefile | |
parent | d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f (diff) |
- Fix binary installation
- Switch to USES=tar
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=388592
Diffstat (limited to 'sysutils/phantom/Makefile')
-rw-r--r-- | sysutils/phantom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/phantom/Makefile b/sysutils/phantom/Makefile index 73cb8b77d7f4..a8b19eef1c0d 100644 --- a/sysutils/phantom/Makefile +++ b/sysutils/phantom/Makefile @@ -3,15 +3,16 @@ PORTNAME= phantom PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/Linux/ -EXTRACT_SUFX= .tgz MAINTAINER= ota@j.email.ne.jp COMMENT= Phantomblock generator (converts existing files to sparse files) LICENSE= GPLv2 +USES= tar:tgz ALL_TARGET= all PLIST_FILES= bin/phantom |