summaryrefslogtreecommitdiff
path: root/www/lynx-current
diff options
context:
space:
mode:
authorfredb <fredb>2000-08-07 17:24:23 +0000
committerfredb <fredb>2000-08-07 17:24:23 +0000
commit5b5316230a9b00c65470647547ec75b636ddcf16 (patch)
tree9e9914a45f0008a091dfaa5c1e1e09912d0c40d0 /www/lynx-current
parent469201a50d464209bb6e365b3248c2a4fdc637a5 (diff)
downloadpkgsrc-5b5316230a9b00c65470647547ec75b636ddcf16.tar.gz
This "just worked" on netbsd-1-5, because gzcat understands bzip2. Set
'EXTRACT_SUFX' reduntantly, to make the bzip2 magic work on NetBSD-1.4.*, and set 'EXTRACT_ONLY', to prevent bzip2 from complaining about the non-bzip2'd "po" files.
Diffstat (limited to 'www/lynx-current')
-rw-r--r--www/lynx-current/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index f407084eec3..4d100c21bcf 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/08/07 11:48:47 fredb Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/07 17:24:23 fredb Exp $
#
DISTNAME= lynx2.8.4dev.7
@@ -7,6 +7,7 @@ CATEGORIES= www
MASTER_SITES= http://lynx.isc.org/current/ \
http://lynx.isc.org/po/ \
http://www.iro.umontreal.ca/contrib/po/teams/PO/
+EXTRACT_SUFX= .tar.bz2 # For dependence on bzip2
DISTFILES+= lynx2.8.4dev.7.tar.bz2
DISTFILES+= lynx-2.8.3.rel1.cs.po
DISTFILES+= lynx-2.8.4.da.po
@@ -30,6 +31,7 @@ RESTRICTED= "Crypto, export-controlled"
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
+EXTRACT_ONLY= ${DISTFILES:M*.tar.bz2}
WRKSRC= ${WRKDIR}/lynx2-8-4
GNU_CONFIGURE= yes
@@ -66,14 +68,14 @@ CONFIGURE_ARGS+= --enable-prettysrc
CONFIGURE_ARGS+= --enable-read-eta
post-extract:
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.cs.po ${WRKSRC}/po/cs.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.de.po ${WRKSRC}/po/de.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.ja.po ${WRKSRC}/po/ja.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.nl.po ${WRKSRC}/po/nl.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.pt_BR.po ${WRKSRC}/po/pt_BR.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.ru.po ${WRKSRC}/po/ru.po
- @${CP} ${DISTDIR}/lynx-2.8.3.rel1.sl.po ${WRKSRC}/po/sl.po
- @${CP} ${DISTDIR}/lynx-2.8.4.da.po ${WRKSRC}/po/da.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.cs.po ${WRKSRC}/po/cs.po
+ ${CP} ${DISTDIR}/lynx-2.8.4.da.po ${WRKSRC}/po/da.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.de.po ${WRKSRC}/po/de.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.ja.po ${WRKSRC}/po/ja.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.nl.po ${WRKSRC}/po/nl.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.pt_BR.po ${WRKSRC}/po/pt_BR.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.ru.po ${WRKSRC}/po/ru.po
+ ${CP} ${DISTDIR}/lynx-2.8.3.rel1.sl.po ${WRKSRC}/po/sl.po
post-configure:
(${ECHO}; \