diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2003-09-06 01:47:20 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2003-09-06 01:47:20 +0000 |
commit | 82de3740340690644fa99b2c8f8c79f42d2cb879 (patch) | |
tree | e0fa5c979c20de36cb7be1176ae303fabb35433a /news/t-gnus | |
parent | 3fe67031aabdd65ba1266dd8194d87d40a0cb73a (diff) | |
download | ports-82de3740340690644fa99b2c8f8c79f42d2cb879.tar.gz ports-82de3740340690644fa99b2c8f8c79f42d2cb879.zip |
- Add USE_AUTOCONF=yes
Obtained from: bento
- Update a rule to create the value of PORTVERSION
Notes
Notes:
svn path=/head/; revision=88613
Diffstat (limited to 'news/t-gnus')
-rw-r--r-- | news/t-gnus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index e165deaadbb1..41443f8a1421 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= t-gnus -PORTVERSION= ${TGNUSVERSION:S/quimby/q/g:S/_/./g:S/-/./g} +PORTVERSION= ${TGNUSVERSION:S/_/./g:S/-/./g} CATEGORIES= news mail elisp MASTER_SITES= http://www.jpl.org/elips/t-gnus-6.16/snapshots/ \ http://cvs.m17n.org/archives/gnus/ @@ -19,6 +19,7 @@ COMMENT= I18N Gnus using SEMI, which provides MIME capabilities BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} +USE_AUTOCONF= yes HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |