aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-02-01 23:53:30 +0800
committerlinimon <linimon@FreeBSD.org>2007-02-01 23:53:30 +0800
commitdf4239ff7c9318389b39f632946bc86f2b15d025 (patch)
tree46f182ad978c8b34bcbfaf7ffb9dff404c472fa9 /audio
parentd5cf0707ece3f10c7cae428db95183eacc327281 (diff)
downloadfreebsd-ports-graphics-df4239ff7c9318389b39f632946bc86f2b15d025.tar.gz
freebsd-ports-graphics-df4239ff7c9318389b39f632946bc86f2b15d025.tar.zst
freebsd-ports-graphics-df4239ff7c9318389b39f632946bc86f2b15d025.zip
Dropped one too many lines in the cleanup.
Found by: Pav Pointy hat to: linimon
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 bcb90d8f9e3..7ad94d961ea 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>