aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-02-01 15:53:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-02-01 15:53:30 +0000
commit146986a3802b96d68661d4ffa371909131f5264e (patch)
tree482057f5bd7f46dcce6b2875f58684a95990cc23 /audio
parenta0765952e2d927a22714897950e88cac01ec0137 (diff)
downloadports-146986a3802b96d68661d4ffa371909131f5264e.tar.gz
ports-146986a3802b96d68661d4ffa371909131f5264e.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/aureal-kmod/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
index bcb90d8f9e34..7ad94d961eaf 100644
--- a/audio/aureal-kmod/Makefile
+++ b/audio/aureal-kmod/Makefile
@@ -20,6 +20,7 @@ NO_PACKAGE= Should be in sync with the kernel to work correctly
ONLY_FOR_ARCHS= i386
SRCPREFIX?= /usr/src
STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o
+DISTREVISION= 4
WRKSRC= ${WRKDIR}
@@ -27,8 +28,6 @@ PKGMESSAGE= ${WRKSRC}/.MESSAGE
MAKE_ENV= WRKSRC="${WRKSRC}"
-.include <bsd.port.pre.mk>
-
# Make sure kernel sources are present before going any further
.if ! exists(${SRCPREFIX}/sys/dev/sound/pcm/sound.c)
IGNORE= "You need to extract kernel source tree before building this package"
@@ -62,4 +61,4 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/aureal.sh.sample ${PREFIX}/etc/rc.d
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>