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 | |
parent | d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f (diff) | |
download | freebsd-ports-27d39a7ce0774792b3378975486136df2816060e.zip |
- Fix binary installation
- Switch to USES=tar
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/phantom/Makefile | 3 | ||||
-rw-r--r-- | sysutils/phantom/files/patch-Makefile | 6 |
2 files changed, 5 insertions, 4 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 diff --git a/sysutils/phantom/files/patch-Makefile b/sysutils/phantom/files/patch-Makefile index b145f575e96e..76bb31b16394 100644 --- a/sysutils/phantom/files/patch-Makefile +++ b/sysutils/phantom/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2005-07-08 17:30:27.000000000 +0800 -+++ Makefile 2014-06-27 23:13:45.387524232 +0800 +--- Makefile.orig 2005-07-08 09:30:27 UTC ++++ Makefile @@ -1,8 +1,8 @@ VERSION=1.2 @@ -16,7 +16,7 @@ install: phantom - cp phantom $(DESTDIR)/usr/bin -+ ${INSTALL} -m 755 phantom $(DESTDIR)${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} phantom $(DESTDIR)${PREFIX}/bin clean: rm -f $(OBJS) core phantom |