diff options
author | shige <shige@FreeBSD.org> | 1999-03-01 17:18:27 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-03-01 17:18:27 +0800 |
commit | 5d200cbf629f1ccd11b469d994d8960430f124cb (patch) | |
tree | 65c0e5fb51034f9e1ba90ffa2e802e02fd877fb5 /editors | |
parent | 2048f8f040e7edbc3981b4f3689c2894ce2641eb (diff) | |
download | freebsd-ports-gnome-5d200cbf629f1ccd11b469d994d8960430f124cb.tar.gz freebsd-ports-gnome-5d200cbf629f1ccd11b469d994d8960430f124cb.tar.zst freebsd-ports-gnome-5d200cbf629f1ccd11b469d994d8960430f124cb.zip |
Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ba removed.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/Makefile | 6 | ||||
-rw-r--r-- | editors/psgml/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 206894d28c1c..7bca000e293a 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -3,14 +3,14 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id: Makefile,v 1.1.1.1 1999/02/12 14:43:41 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/02/26 18:56:07 shige Exp $ # DISTNAME= psgml-1.1.6 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/ -MAINTAINER?= shige@kuis.kyoto-u.ac.jp +MAINTAINER?= shige@FreeBSD.ORG # distfile version PSGML_VER= 1.1.6 @@ -65,7 +65,7 @@ PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} # # main configurations # -GNU_CONFIGURE= yes +USE_AUTOCONF= yes RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs pre-configure: diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 206894d28c1c..7bca000e293a 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,14 +3,14 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id: Makefile,v 1.1.1.1 1999/02/12 14:43:41 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/02/26 18:56:07 shige Exp $ # DISTNAME= psgml-1.1.6 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/ -MAINTAINER?= shige@kuis.kyoto-u.ac.jp +MAINTAINER?= shige@FreeBSD.ORG # distfile version PSGML_VER= 1.1.6 @@ -65,7 +65,7 @@ PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} # # main configurations # -GNU_CONFIGURE= yes +USE_AUTOCONF= yes RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs pre-configure: |