diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-24 21:07:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-24 21:07:29 +0000 |
commit | 2ff100dfe44a6850a39d4a313593ae75450c4980 (patch) | |
tree | 5e843ebb0ece2883818b2503fc9c5accf3efa32c /lang/vslisp/Makefile | |
parent | 20766df5bed1cf85ffbf27827b5c47c68c2be12f (diff) | |
download | pkgsrc-2ff100dfe44a6850a39d4a313593ae75450c4980.tar.gz |
Use only LTCONFIG_OVERRIDE, drop LIBTOOL_OVERRIDE (not necessary, and
even counter-productive if both are used).
Diffstat (limited to 'lang/vslisp/Makefile')
-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 |