aboutsummaryrefslogtreecommitdiff
path: root/audio/libmp3splt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2011-03-25 14:43:05 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2011-03-25 14:43:05 +0000
commit26fc88168eb1c78153a2042ef008929cb17ad741 (patch)
tree1dab4085fcdb1a9ff58d77f2af9e3a01085bf635 /audio/libmp3splt
parent591131e8a2baa2faeb60a56f4c31878f45f1dc91 (diff)
downloadports-26fc88168eb1c78153a2042ef008929cb17ad741.tar.gz
ports-26fc88168eb1c78153a2042ef008929cb17ad741.zip
Fix plist issue with removing unnecessary directory.
Improve CPPFLAGS passing to CONFIGURE_ENV. Submitted by: maintainer via private email
Notes
Notes: svn path=/head/; revision=271727
Diffstat (limited to 'audio/libmp3splt')
-rw-r--r--audio/libmp3splt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile
index 43d0f2d4d56a..49fb5c247f7a 100644
--- a/audio/libmp3splt/Makefile
+++ b/audio/libmp3splt/Makefile
@@ -75,12 +75,12 @@ USE_GETTEXT= yes
LANGUAGES= de_DE es fr_FR
.for language in ${LANGUAGES}
PLIST_FILES+= share/locale/${language}/LC_MESSAGES/libmp3splt.mo
-PLIST_FILES+= "@dirrmtry share/locale/${language}/LC_MESSAGES"
-PLIST_FILES+= "@dirrmtry share/locale/${language}"
.endfor
+PLIST_FILES+= "@dirrmtry share/locale/de_DE/LC_MESSAGES"
+PLIST_FILES+= "@dirrmtry share/locale/de_DE"
.endif
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.post.mk>