mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Quick hack to make this obey PREFIX. Note that ${WRKSRC}/nls/LANGS is now
modified twice---once by patches/patch-ab, and once by post-install:. :(
This commit is contained in:
parent
28be478d26
commit
e398e8edcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12901
@ -4,7 +4,7 @@
|
||||
# Date created: 26 June 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.47 1998/08/22 13:20:35 asami Exp $
|
||||
# $Id: Makefile,v 1.48 1998/08/28 19:51:38 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -26,6 +26,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||
CONFIGURE_ARGS= -S
|
||||
|
||||
post-install:
|
||||
perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS
|
||||
cd ${WRKSRC}/nls; ${MAKE} install
|
||||
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
|
||||
${INSTALL_DATA} \
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Date created: 26 June 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.47 1998/08/22 13:20:35 asami Exp $
|
||||
# $Id: Makefile,v 1.48 1998/08/28 19:51:38 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -26,6 +26,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||
CONFIGURE_ARGS= -S
|
||||
|
||||
post-install:
|
||||
perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS
|
||||
cd ${WRKSRC}/nls; ${MAKE} install
|
||||
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
|
||||
${INSTALL_DATA} \
|
||||
|
Loading…
Reference in New Issue
Block a user