add ONLY_FOR_PLATFORM explicitly listing platforms listed in growisofs.c
This commit is contained in:
parent
b8055acb03
commit
aad88c801d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:33 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2005/11/04 21:55:09 dbj Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dvd+rw-tools-5.21.4.10.8
|
||||
|
@ -15,6 +15,10 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
|
|||
|
||||
INSTALLATION_DIRS= bin man/man1
|
||||
|
||||
# These are the only platforms listed in growisofs.c
|
||||
ONLY_FOR_PLATFORM=Linux-*-* OpenBSD-*-* NetBSD-*-* FreeBSD-*-* \
|
||||
DragonFly-*-* SunOS-*-* HP-UX-*-* IRIX-*-*
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/growisofs ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${PREFIX}/man/man1
|
||||
|
|
Loading…
Reference in a new issue