Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 21:45:53 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329392 - head/databases/linux-f10-sqlite3
Message-ID:  <201310042145.r94LjrcC094279@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Oct  4 21:45:52 2013
New Revision: 329392
URL: http://svnweb.freebsd.org/changeset/ports/329392

Log:
  Add staging support for linux-f10-* ports maintained by emulation@
  (category databases).

Modified:
  head/databases/linux-f10-sqlite3/Makefile

Modified: head/databases/linux-f10-sqlite3/Makefile
==============================================================================
--- head/databases/linux-f10-sqlite3/Makefile	Fri Oct  4 21:38:24 2013	(r329391)
+++ head/databases/linux-f10-sqlite3/Makefile	Fri Oct  4 21:45:52 2013	(r329392)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	linux-f10-
 DISTNAME=	sqlite-${PORTVERSION}-${RPMVERSION}
 
 MAINTAINER=	emulation@FreeBSD.org
-COMMENT=	The library that implements an embeddable SQL database engine (Linux Fedora 10)
+COMMENT=	Library that implements an embeddable SQL database engine (Linux Fedora 10)
 
 CONFLICTS=	linux-f8-sqlite3-[0-9]*
 
@@ -21,13 +21,9 @@ BRANDELF_FILES=	usr/bin/sqlite3
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
-		usr/lib/libsqlite3.so.0.8.6
+		usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz
 DOCSDIR=	${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
 PORTDOCS=	README
-MANPREFIX=	${PREFIX}/usr/share
-MAN1=		sqlite3.1
-MANCOMPRESSED=	yes
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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