Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 11:03:11 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344529 - in head/audio/rexima: . files
Message-ID:  <201402161103.s1GB3B7O075995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161103.s1GB3B7O075995>