diff options
author | wiz <wiz> | 2001-01-24 21:07:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-24 21:07:29 +0000 |
commit | 1c568108a34977d4bc63d3ead6211978b3d4b723 (patch) | |
tree | 5e843ebb0ece2883818b2503fc9c5accf3efa32c /lang | |
parent | da72c2dfa409b313d83802696c52efa68a600071 (diff) | |
download | pkgsrc-1c568108a34977d4bc63d3ead6211978b3d4b723.tar.gz |
Use only LTCONFIG_OVERRIDE, drop LIBTOOL_OVERRIDE (not necessary, and
even counter-productive if both are used).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/vslisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/vslisp/Makefile b/lang/vslisp/Makefile index 47c3a305404..919c2fc2d7a 100644 --- a/lang/vslisp/Makefile +++ b/lang/vslisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/04 23:47:35 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/24 21:07:29 wiz Exp $ DISTNAME= vslisp-4.0-1 PKGNAME= vslisp-4.0.1 @@ -12,7 +12,6 @@ WRKSRC= ${WRKDIR}/vslisp-4.0 GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vslisp |