svn commit: r310112 - head/devel/libvc

Jason Helfman jgh at FreeBSD.org
Tue Jan 8 22:48:51 UTC 2013


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 at FreeBSD.org
-COMMENT=	A vCard library
+MAINTAINER=	jgh at 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


More information about the svn-ports-head mailing list