summaryrefslogtreecommitdiff
path: root/chat/aim/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2005-04-03 21:31:13 +0000
committerfredb <fredb@pkgsrc.org>2005-04-03 21:31:13 +0000
commit648008304c8bffc5647f623f01d0f8139ca1be2a (patch)
tree3ef2e9d2fa7bc3f29573a3ac715b75810e40aa5c /chat/aim/Makefile
parentc96bf7b6c0cd7b054c835a5b52a6da67ed362197 (diff)
downloadpkgsrc-648008304c8bffc5647f623f01d0f8139ca1be2a.tar.gz
Update to version 1.5.286. It's hard to say what changed since 1.5.277
exactly, but 1.5.277 is no longer available on the website. There are no readily apparent functional changes.
Diffstat (limited to 'chat/aim/Makefile')
-rw-r--r--chat/aim/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/chat/aim/Makefile b/chat/aim/Makefile
index bdbfe622ac2..f2146ade478 100644
--- a/chat/aim/Makefile
+++ b/chat/aim/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:09:35 agc Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/03 21:31:13 fredb Exp $
-DISTNAME= aim-1.5.277
+DISTNAME= aim-1.5.286
CATEGORIES= chat
-MASTER_SITES= ftp://ftp.newaol.com/aimgen/73010/
+MASTER_SITES= http://ftp.newaol.com/aimgen/380469/
EXTRACT_SUFX= -1.i386.rpm
MAINTAINER= fredb@NetBSD.org
@@ -23,12 +23,16 @@ NO_BUILD= YES
EXTRACT_ONLY= # nothing
PLIST_SRC= ${WRKDIR}/PLIST.rpm
+PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR}
+
+DIST_SUBDIR= .
+RPMFILES= ${DISTFILES}
do-install:
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \
- -p emul/linux ${DISTDIR}/${DISTFILES}
- ${LN} -s ${PREFIX}/emul/linux/usr/local/bin/aim ${PREFIX}/bin/aim
+ -p ${EMULSUBDIR} ${DISTDIR}/${DISTFILES}
+ ${LN} -fs ../${EMULSUBDIR}/usr/bin/aim ${PREFIX}/bin/aim
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"