diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-02-12 09:21:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-02-12 09:21:11 +0800 |
commit | 3d6c3e90cf9f0436a364860f9f68f08e7fa8cf69 (patch) | |
tree | 333d97b13a88bc704910d69e3e678eb0076bf70f /textproc/openjade | |
parent | b1ed0ff32fdfaae8bcada4f007f0915ec72f6db7 (diff) | |
download | freebsd-ports-gnome-3d6c3e90cf9f0436a364860f9f68f08e7fa8cf69.tar.gz freebsd-ports-gnome-3d6c3e90cf9f0436a364860f9f68f08e7fa8cf69.tar.zst freebsd-ports-gnome-3d6c3e90cf9f0436a364860f9f68f08e7fa8cf69.zip |
Add workaround to avoid error in do-install stage (USE_GMAKE=YES).
Portlint.
Reported by: jkh
Not approved by: maintainer
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 267f3ecf2e2b..b104efb8a25d 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ PATCH_SITES= http://ftp.debian.org/debian/dists/unstable/main/source/text/ PATCHFILES= jade_1.2.1-13.diff.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= jfieber@FreeBSD.org @@ -19,7 +20,7 @@ MAINTAINER= jfieber@FreeBSD.org BROKEN= nsgmls coredumps in static constructors .endif -PATCH_DIST_STRIP?= -p1 +USE_GMAKE= YES GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog |