aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/phantom
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-27 23:15:36 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-27 23:15:36 +0800
commit1c2004ff2f2140e1448ab407e8bda6e49b4415e7 (patch)
treef21ff60dd35b504173b657982520f6156ea74fdf /sysutils/phantom
parent2f69083c64072e06b2bb0c7244b50398b0ceae12 (diff)
downloadfreebsd-ports-gnome-1c2004ff2f2140e1448ab407e8bda6e49b4415e7.tar.gz
freebsd-ports-gnome-1c2004ff2f2140e1448ab407e8bda6e49b4415e7.tar.zst
freebsd-ports-gnome-1c2004ff2f2140e1448ab407e8bda6e49b4415e7.zip
Stagify, add LICENSE.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils/phantom')
-rw-r--r--sysutils/phantom/Makefile4
-rw-r--r--sysutils/phantom/files/patch-Makefile8
2 files changed, 6 insertions, 6 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>
diff --git a/sysutils/phantom/files/patch-Makefile b/sysutils/phantom/files/patch-Makefile
index 5faa8e8f5f58..b145f575e96e 100644
--- a/sysutils/phantom/files/patch-Makefile
+++ b/sysutils/phantom/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Jul 8 05:30:27 2005
-+++ Makefile Wed Jan 25 11:27:25 2006
+--- Makefile.orig 2005-07-08 17:30:27.000000000 +0800
++++ Makefile 2014-06-27 23:13:45.387524232 +0800
@@ -1,8 +1,8 @@
VERSION=1.2
@@ -11,12 +11,12 @@
OBJS=phantom.o
-@@ -12,7 +12,7 @@
+@@ -12,7 +12,7 @@ phantom: $(OBJS)
$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o phantom
install: phantom
- cp phantom $(DESTDIR)/usr/bin
-+ ${INSTALL} -m 755 phantom ${PREFIX}/bin
++ ${INSTALL} -m 755 phantom $(DESTDIR)${PREFIX}/bin
clean:
rm -f $(OBJS) core phantom