diff options
author | sergei <sergei@FreeBSD.org> | 2004-06-11 05:13:36 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-06-11 05:13:36 +0800 |
commit | 206ab850d20aa86b5605bacd1b05fb0c07e17044 (patch) | |
tree | 0a39064b7f14491f4e891e255c8d34f31d8c7264 /lang/execline | |
parent | 13363d986344f3c1bd9b07f3d49e08a7e69104d1 (diff) | |
download | freebsd-ports-gnome-206ab850d20aa86b5605bacd1b05fb0c07e17044.tar.gz freebsd-ports-gnome-206ab850d20aa86b5605bacd1b05fb0c07e17044.tar.zst freebsd-ports-gnome-206ab850d20aa86b5605bacd1b05fb0c07e17044.zip |
- Update to 1.06
Diffstat (limited to 'lang/execline')
-rw-r--r-- | lang/execline/Makefile | 9 | ||||
-rw-r--r-- | lang/execline/distinfo | 4 | ||||
-rw-r--r-- | lang/execline/pkg-plist | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 87761752d74a..5a98c8200691 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -6,7 +6,7 @@ # PORTNAME= execline -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ @@ -21,8 +21,11 @@ DOCS= package/CHANGES package/README package/THANKS package/TODO \ doc/*.html do-configure: - ${ECHO_CMD} "${LOCALBASE}/include/skalibs" > ${WRKSRC}/conf-compile/import - ${ECHO_CMD} "${LOCALBASE}/lib/skalibs" >> ${WRKSRC}/conf-compile/import + ${ECHO_CMD} "FreeBSD" > ${WRKSRC}/src/sys/systype + ${ECHO_CMD} "${LOCALBASE}/include/skalibs" \ + > ${WRKSRC}/conf-compile/import + ${ECHO_CMD} "${LOCALBASE}/lib/skalibs" \ + >> ${WRKSRC}/conf-compile/import do-build: cd ${WRKSRC} && package/compile diff --git a/lang/execline/distinfo b/lang/execline/distinfo index 63f832fb12bf..ee2811891530 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -1,2 +1,2 @@ -MD5 (execline-1.05.tar.gz) = 94a986850acc4e724c6342ecdfe58d36 -SIZE (execline-1.05.tar.gz) = 66766 +MD5 (execline-1.06.tar.gz) = e9a5152412b1b32a0c3e47336fef7388 +SIZE (execline-1.06.tar.gz) = 65474 diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist index 2a07a2d20062..81d573456f0f 100644 --- a/lang/execline/pkg-plist +++ b/lang/execline/pkg-plist @@ -38,6 +38,7 @@ bin/wait include/execline/execline.h include/execline/exls1.h lib/libexecline.a +lib/libexlp.a lib/libexls1.a %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README @@ -51,8 +52,8 @@ lib/libexls1.a %%PORTDOCS%%%%DOCSDIR%%/dollarat.html %%PORTDOCS%%%%DOCSDIR%%/el_pushenv.html %%PORTDOCS%%%%DOCSDIR%%/el_semicolon.html -%%PORTDOCS%%%%DOCSDIR%%/el_split.html %%PORTDOCS%%%%DOCSDIR%%/el_substitute.html +%%PORTDOCS%%%%DOCSDIR%%/el_transform.html %%PORTDOCS%%%%DOCSDIR%%/elgetopt.html %%PORTDOCS%%%%DOCSDIR%%/elgetpositionals.html %%PORTDOCS%%%%DOCSDIR%%/elglob.html |