Allow unprivileged users to install this package.
This commit is contained in:
parent
b1b2182a5b
commit
eab0fc77af
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2008/01/16 13:54:39 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2008/02/20 13:23:46 rillig Exp $
|
||||
|
||||
DISTNAME= fxtv-1.03
|
||||
PKGREVISION= 12
|
||||
|
@ -19,6 +19,11 @@ SUBST_STAGE.ossaudio= pre-configure
|
|||
SUBST_FILES.ossaudio= app_rsrc.h Fxtv README
|
||||
SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
|
||||
|
||||
SUBST_CLASSES+= root
|
||||
SUBST_STAGE.root= pre-configure
|
||||
SUBST_FILES.root= Makefile
|
||||
SUBST_SED.root= -e 's,-o root,-o ${ROOT_USER},'
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/videolib/videolib.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue