summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-10 01:25:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-10 01:25:35 +0000
commit6fa1d575b7f4b13aeec37cb479d415c311b1ac4c (patch)
tree076cf915236e64b8ded7cfd0bbb657e7b84426a8 /archivers
parentBuild and install the DRI kernel modules. (diff)
add gnugetopt lib depend
use INSATLL_PROGRAM instead of INSTALL Submitted by: steve
Notes
Notes: svn path=/head/; revision=41160
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bitbox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/bitbox/Makefile b/archivers/bitbox/Makefile
index 17a24d1839d5..587e90f5505a 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}