diff options
author | grant <grant@pkgsrc.org> | 2003-12-30 22:59:40 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-30 22:59:40 +0000 |
commit | bde4012e98470ce9d86f479a635ad4724f66618c (patch) | |
tree | 57d93c6aab048a6985de5090f961977808055c84 | |
parent | 0a88f2ddc619626e67e68b99917638b37e5a56c7 (diff) | |
download | pkgsrc-bde4012e98470ce9d86f479a635ad4724f66618c.tar.gz |
install start script as the correct name.
-rw-r--r-- | www/MozillaFirebird-gtk2-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/MozillaFirebird-gtk2-bin/Makefile b/www/MozillaFirebird-gtk2-bin/Makefile index 94a2ec6ae47..1b2d13cd71e 100644 --- a/www/MozillaFirebird-gtk2-bin/Makefile +++ b/www/MozillaFirebird-gtk2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 22:48:32 grant Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/30 22:59:40 grant Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -30,7 +30,7 @@ do-install: ${INSTALL_DATA_DIR} ${MOZILLA_LIB} cd ${WRKSRC} && ${PAX} -rw -pm . ${MOZILLA_LIB} ${INSTALL_SCRIPT} ${WRKDIR}/MozillaFirebird.sh \ - ${PREFIX}/bin/MozillaFirebird-xft2-${PLATFORM} + ${PREFIX}/bin/MozillaFirebird-gtk2-${PLATFORM} @${RM} -f ${MOZILLA_LIB}/plugins/libnullplugin.so post-install: @@ -60,7 +60,7 @@ post-install: ${LN} -s libpangoxft-1.0.so libpangoxft-1.0.so.0 .endif @${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC} - @${ECHO} bin/MozillaFirebird-xft2-${PLATFORM} >> ${PLIST_SRC} + @${ECHO} bin/MozillaFirebird-gtk2-${PLATFORM} >> ${PLIST_SRC} @${FIND} ${MOZILLA_LIB} \( -type f -o -type l \) -print \ | ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \ >> ${PLIST_SRC} |