svn commit: r354828 - in head/audio/vitunes: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 22 12:19:40 UTC 2014


Author: vanilla
Date: Thu May 22 12:19:39 2014
New Revision: 354828
URL: http://svnweb.freebsd.org/changeset/ports/354828
QAT: https://qat.redports.org/buildarchive/r354828/

Log:
  Stageify.
  
  Approved by:	portmgr@

Added:
  head/audio/vitunes/files/
  head/audio/vitunes/files/patch-Makefile   (contents, props changed)
Modified:
  head/audio/vitunes/Makefile

Modified: head/audio/vitunes/Makefile
==============================================================================
--- head/audio/vitunes/Makefile	Thu May 22 11:41:12 2014	(r354827)
+++ head/audio/vitunes/Makefile	Thu May 22 12:19:39 2014	(r354828)
@@ -16,10 +16,8 @@ COMMENT=	A curses-based media player wit
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
-NO_STAGE=	yes
 ALL_TARGET=	vitunes
-PLIST_FILES=	bin/vitunes
-MAN1=	vitunes.1
+PLIST_FILES=	bin/vitunes man/man1/${PORTNAME}.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile

Added: head/audio/vitunes/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/vitunes/files/patch-Makefile	Thu May 22 12:19:39 2014	(r354828)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2014-05-22 20:16:49.520071386 +0800
++++ Makefile	2014-05-22 20:17:06.033081335 +0800
+@@ -40,8 +40,8 @@ clean:
+ 	rm -f vitunes vitunes.core vitunes-debug.log
+ 
+ install: vitunes
+-	/usr/bin/install -c -m 0555 vitunes $(BINDIR)
+-	/usr/bin/install -c -m 0444 vitunes.1 $(MANDIR)
++	/usr/bin/install -c -m 0555 vitunes $(DESTDIR)$(BINDIR)
++	/usr/bin/install -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR)
+ 
+ uninstall:
+ 	rm -f $(BINDIR)/vitunes


More information about the svn-ports-all mailing list