diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:56:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:56:42 +0000 |
commit | 4bd9c8b5a92d21c44f20f466bb257d4948de639a (patch) | |
tree | ef59409400c5c3c695789e5eb99f37a16afd73e5 /graphics/dc20ctrl/Makefile | |
parent | fix bento build error : there is a *alloc() clash (diff) |
fix installation
unbreak
PR: 43309
Submitted by: adam@vectors.cx
Notes
Notes:
svn path=/head/; revision=67186
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index 12e5c69de2be..9d9dae31a5ee 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.paternostro.org/~ugo/binaries/ MAINTAINER= ports@FreeBSD.org -BROKEN= "Installation fails" - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png @@ -23,4 +21,8 @@ MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 +do-install: + ${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${MANPREFIX}/man/man1/dc20ctrl.1 + .include <bsd.port.mk> |