Date: Fri, 27 Jun 2014 15:15:37 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359550 - in head/sysutils/phantom: . files Message-ID: <201406271515.s5RFFbdg035823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Jun 27 15:15:36 2014 New Revision: 359550 URL: http://svnweb.freebsd.org/changeset/ports/359550 QAT: https://qat.redports.org/buildarchive/r359550/ Log: Stagify, add LICENSE. Approved by: portmgr@ (blanket approval) Modified: head/sysutils/phantom/Makefile head/sysutils/phantom/files/patch-Makefile Modified: head/sysutils/phantom/Makefile ============================================================================== --- head/sysutils/phantom/Makefile Fri Jun 27 15:05:37 2014 (r359549) +++ head/sysutils/phantom/Makefile Fri Jun 27 15:15:36 2014 (r359550) @@ -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> Modified: head/sysutils/phantom/files/patch-Makefile ============================================================================== --- head/sysutils/phantom/files/patch-Makefile Fri Jun 27 15:05:37 2014 (r359549) +++ head/sysutils/phantom/files/patch-Makefile Fri Jun 27 15:15:36 2014 (r359550) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271515.s5RFFbdg035823>