Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning.
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nas
|
|
PORTVERSION= 1.9.1
|
|
DISTVERSIONSUFFIX= -7.el6
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= EPEL/n
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Network Audio System (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= xorglibs
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/share/man
|
|
|
|
.include <bsd.port.mk>
|