aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2014-01-27 06:09:27 +0800
committerriggs <riggs@FreeBSD.org>2014-01-27 06:09:27 +0800
commit461b4744022f810dfea9fd19308bc4c7eee6a915 (patch)
tree7b5e3c7526df364594f0da10ba24795dd39fb259
parente64c1726f79226dd91d54a511435ccca278d530e (diff)
downloadfreebsd-ports-gnome-461b4744022f810dfea9fd19308bc4c7eee6a915.tar.gz
freebsd-ports-gnome-461b4744022f810dfea9fd19308bc4c7eee6a915.tar.zst
freebsd-ports-gnome-461b4744022f810dfea9fd19308bc4c7eee6a915.zip
- Transfer maintainership to riggs
- Make port honour STRIP_CMD Approved by: maintainer (ashish), mentor (thierry)
-rw-r--r--audio/pms/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/pms/Makefile b/audio/pms/Makefile
index f63dd583a392..417189187801 100644
--- a/audio/pms/Makefile
+++ b/audio/pms/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ashish@FreeBSD.org
+MAINTAINER= riggs@FreeBSD.org
COMMENT= A ncurses-based client for the Music Player Daemon
LICENSE= GPLv3
@@ -22,6 +22,8 @@ USE_GNOME= glib20
PLIST_FILES= bin/${PORTNAME} \
man/man1/pms.1.gz
+CONFIGURE_ENV= STRIP=${STRIP_CMD}
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib