diff options
-rw-r--r-- | comms/plp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index dc75af93ca9..3bff58e2096 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/08 15:20:17 sakamoto Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -9,7 +9,7 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.proudman51.freeserve.co.uk/psion/ USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/utils/libplputils.la ${PREFIX}/lib |