Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 22:48:51 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310112 - head/devel/libvc
Message-ID:  <201301082248.r08MmpcG034562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Jan  8 22:48:50 2013
New Revision: 310112
URL: http://svnweb.freebsd.org/changeset/ports/310112

Log:
  - trim historical header
  - tighten COMMENT
  - use PORTDOCS and PLIST_FILES in favor of plist
  - adopt optionsNG for DOCS and show installation of files
  - take maintainership

Deleted:
  head/devel/libvc/pkg-plist
Modified:
  head/devel/libvc/Makefile

Modified: head/devel/libvc/Makefile
==============================================================================
--- head/devel/libvc/Makefile	Tue Jan  8 22:41:39 2013	(r310111)
+++ head/devel/libvc/Makefile	Tue Jan  8 22:48:50 2013	(r310112)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libvc
-# Date created:				12 May 2003
-# Whom:	      				Oliver Braun
-#
+# Created by: Oliver Braun
 # $FreeBSD$
-#
 
 PORTNAME=	libvc
 PORTVERSION=	003
@@ -11,8 +7,8 @@ PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/rolo/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A vCard library
+MAINTAINER=	jgh@FreeBSD.org
+COMMENT=	vCard library
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
@@ -21,12 +17,19 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 MAN3=		vc.3
+PLIST_FILES=	lib/libvc.a \
+		lib/libvc.so \
+		lib/libvc.so.0 \
+		include/vc.h
+PORTDOCS=	*
+
+.include <bsd.port.options.mk>
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
-	@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
 .endfor
 .endif
 	@${RM} -f ${PREFIX}/lib/libvc.la



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