diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-07-11 11:49:49 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-07-11 11:49:49 +0000 |
commit | e7887ce3951c90ffd4814af57214edac064bd855 (patch) | |
tree | 40299b3088e7729ecf6f382cc8bc136785f8ba52 /audio/exaile-devel | |
parent | 976885a3f60a41cfd377a39eafd191718442959f (diff) | |
download | ports-e7887ce3951c90ffd4814af57214edac064bd855.tar.gz ports-e7887ce3951c90ffd4814af57214edac064bd855.zip |
Notes
Diffstat (limited to 'audio/exaile-devel')
-rw-r--r-- | audio/exaile-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile index 84a087200a5b..2c0cf4f47a5d 100644 --- a/audio/exaile-devel/Makefile +++ b/audio/exaile-devel/Makefile @@ -69,8 +69,8 @@ RUN_DEPENDS+= py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy .endif post-patch: - @${REINPLACE_CMD} -e 's|LIBDIR|LIBINSTALLDIR|g' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|PREFIX =|PREFIX \?=|;s|LIBDIR =|LIBDIR \?=|' \ + -e 's|LIBDIR|LIBINSTALLDIR|g' ${WRKSRC}/Makefile .if defined(WITHOUT_NLS) @${REINPLACE_CMD} -e 's|exaile\.mo|SKIP_NLS_HACK|' ${WRKSRC}/Makefile .endif |