From 1e2d7aadc432c692e99763c95c96675530ab3cd0 Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 10 Apr 2001 01:25:35 +0000 Subject: add gnugetopt lib depend use INSATLL_PROGRAM instead of INSTALL Submitted by: steve --- archivers/bitbox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/bitbox/Makefile b/archivers/bitbox/Makefile index 17a24d1..587e90f 100644 --- a/archivers/bitbox/Makefile +++ b/archivers/bitbox/Makefile @@ -13,12 +13,14 @@ MASTER_SITES= http://www.gizmodrome.com/ MAINTAINER= ijliao@FreeBSD.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile ALL_TARGET= ${PORTNAME} do-install: - ${INSTALL} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${CP} ${WRKSRC}/quickstart.txt ${PREFIX}/share/doc/${PORTNAME} -- cgit v1.1