svn commit: r382478 - head/devel/cvstrac
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 12:18:29 UTC 2015
Author: sunpoet
Date: Sat Mar 28 12:18:28 2015
New Revision: 382478
URL: https://svnweb.freebsd.org/changeset/ports/382478
QAT: https://qat.redports.org/buildarchive/r382478/
Log:
- Pass maintainership to submitter
- While I'm here, remove WRKSRC
PR: 198847
Submitted by: Chris Hutchinson <portmaster at bsdforge.com>
Modified:
head/devel/cvstrac/Makefile
Modified: head/devel/cvstrac/Makefile
==============================================================================
--- head/devel/cvstrac/Makefile Sat Mar 28 12:18:22 2015 (r382477)
+++ head/devel/cvstrac/Makefile Sat Mar 28 12:18:28 2015 (r382478)
@@ -8,13 +8,11 @@ CATEGORIES= devel
MASTER_SITES= http://www.cvstrac.org/
DISTNAME= cvstrac-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= portmaster at BSDforge.com
COMMENT?= Web-Based Bug And Patch-Set Tracking System For CVS
LICENSE= GPLv2
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
USES= gmake pkgconfig
USE_SQLITE= yes
MAKEFILE= bsd-gcc.mk
@@ -28,7 +26,6 @@ LDFLAGS+= $$(pkg-config --libs sqlite3)
PLIST_FILES= bin/${PORTNAME}
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin)
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list