Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 14:27:25 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356906 - head/multimedia/lsdvd
Message-ID:  <201406071427.s57ERPhF044861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jun  7 14:27:25 2014
New Revision: 356906
URL: http://svnweb.freebsd.org/changeset/ports/356906
QAT: https://qat.redports.org/buildarchive/r356906/

Log:
  - Stagify
  - Add LICENSE
  
  Approved by:	mentors (implicit)

Modified:
  head/multimedia/lsdvd/Makefile

Modified: head/multimedia/lsdvd/Makefile
==============================================================================
--- head/multimedia/lsdvd/Makefile	Sat Jun  7 14:26:36 2014	(r356905)
+++ head/multimedia/lsdvd/Makefile	Sat Jun  7 14:27:25 2014	(r356906)
@@ -10,18 +10,19 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Print information about the contents and structure of a DVD
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libdvdread.so:${PORTSDIR}/multimedia/libdvdread
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		lsdvd.1
-PLIST_FILES=	bin/lsdvd
+PLIST_FILES=	bin/lsdvd \
+		man/man1/lsdvd.1.gz
 
 WITH_DVD_DEVICE?=/dev/acd0
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG} "===> The default DVD device is ${WITH_DVD_DEVICE}"
 	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"



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