diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-19 17:18:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-19 17:18:30 +0000 |
commit | 87f19cea80d17a094504433dd4f375de84d4a06b (patch) | |
tree | 26a9945a0571d577c4db780666a1346be31698b3 /sysutils | |
parent | Update to 1.1.1. (diff) |
-Fix the 4.x build, a libtool15 VS gcc34 issue.
-Update the WWW.
Notes
Notes:
svn path=/head/; revision=133691
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/coaster/Makefile | 11 | ||||
-rw-r--r-- | sysutils/coaster/pkg-descr | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile index 1570bdd33340..4ca99e149633 100644 --- a/sysutils/coaster/Makefile +++ b/sysutils/coaster/Makefile @@ -27,13 +27,22 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" DOCS= AUTHORS COPYING ChangeLog NEWS README TODO GCONF_SCHEMAS= coaster.schemas +patch-autotools: + @(cd ${PATCH_WRKSRC}; \ + for file in ${LIBTOOLFILES}; do \ + ${CP} $$file $$file.tmp; \ + ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ + $$file.tmp > $$file; \ + ${RM} $$file.tmp; \ + done); + post-install: @-update-desktop-database .ifndef (NOPORTDOCS) diff --git a/sysutils/coaster/pkg-descr b/sysutils/coaster/pkg-descr index 28a9d2556139..a61ff16c322c 100644 --- a/sysutils/coaster/pkg-descr +++ b/sysutils/coaster/pkg-descr @@ -8,4 +8,4 @@ Features for Coaster include: * File drag and drop from nautilus * Ability to save and restore sessions from file -WWW: http://www.coaster-burn.org/ +WWW: http://www.coaster-burner.org/ |