svn commit: r344529 - in head/audio/rexima: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 11:03:12 UTC 2014


Author: ehaupt
Date: Sun Feb 16 11:03:11 2014
New Revision: 344529
URL: http://svnweb.freebsd.org/changeset/ports/344529
QAT: https://qat.redports.org/buildarchive/r344529/

Log:
  - Support staging
  - Add LICENSE

Modified:
  head/audio/rexima/Makefile
  head/audio/rexima/files/patch-Makefile

Modified: head/audio/rexima/Makefile
==============================================================================
--- head/audio/rexima/Makefile	Sun Feb 16 10:59:21 2014	(r344528)
+++ head/audio/rexima/Makefile	Sun Feb 16 11:03:11 2014	(r344529)
@@ -4,14 +4,14 @@
 PORTNAME=	rexima
 PORTVERSION=	1.4
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITES=	SUNSITE
 MASTER_SITE_SUBDIR=	apps/sound/mixers
 
 MAINTAINER=	jerry at freebsd.se
 COMMENT=	A ncurses-based console mixer
 
-MAN1=		rexima.1
-PLIST_FILES=	bin/rexima
-NO_STAGE=	yes
+LICENSE=	GPLv2
+
+PLIST_FILES=	bin/rexima man/man1/rexima.1.gz
 
 .include <bsd.port.mk>

Modified: head/audio/rexima/files/patch-Makefile
==============================================================================
--- head/audio/rexima/files/patch-Makefile	Sun Feb 16 10:59:21 2014	(r344528)
+++ head/audio/rexima/files/patch-Makefile	Sun Feb 16 11:03:11 2014	(r344529)
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Apr  7 06:51:06 2003
-+++ Makefile	Wed Oct 22 16:41:57 2003
+--- Makefile.orig	2003-06-30 14:45:27.000000000 +0200
++++ Makefile	2014-02-16 12:01:21.454847187 +0100
 @@ -1,13 +1,12 @@
  # Makefile - makefile for rexima
  
@@ -16,3 +16,18 @@
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man/man1
  
+@@ -20,11 +19,11 @@
+ 	$(CC) $(CFLAGS) -o rexima rexima.o -lncurses
+ 
+ installdirs:
+-	/bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)
++	/bin/sh ./mkinstalldirs $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)
+ 
+ install: rexima installdirs
+-	install -s -m 755 rexima $(BINDIR)
+-	install -m 644 rexima.1 $(MANDIR)
++	install -s -m 755 rexima $(DESTDIR)$(BINDIR)
++	install -m 644 rexima.1 $(DESTDIR)$(MANDIR)
+ 
+ uninstall:
+ 	$(RM) $(BINDIR)/rexima $(MANDIR)/rexima.1


More information about the svn-ports-head mailing list