Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 03:43:38 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313030 - head/audio/linux-laudio
Message-ID:  <201302270343.r1R3hcVA087221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Feb 27 03:43:38 2013
New Revision: 313030
URL: http://svnweb.freebsd.org/changeset/ports/313030

Log:
  Add missing .include and define PKGNAMEPREFIX while here.

Modified:
  head/audio/linux-laudio/Makefile

Modified: head/audio/linux-laudio/Makefile
==============================================================================
--- head/audio/linux-laudio/Makefile	Wed Feb 27 03:29:02 2013	(r313029)
+++ head/audio/linux-laudio/Makefile	Wed Feb 27 03:43:38 2013	(r313030)
@@ -5,6 +5,7 @@ PORTNAME=	laudio
 PORTVERSION=	0.4
 CATEGORIES=	audio linux
 MASTER_SITES=	http://www.lossless-audio.com/ CENKES
+PKGNAMEPREFIX=	linux-
 DISTNAME=	la04
 
 MAINTAINER=	ports@FreeBSD.org
@@ -21,6 +22,8 @@ PORTDOCS=	readme.txt
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio
 	${BRANDELF} -t Linux ${PREFIX}/bin/laudio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302270343.r1R3hcVA087221>