svn commit: r334065 - head/devel/cvs2cl

Marcus von Appen mva at FreeBSD.org
Sun Nov 17 09:33:52 UTC 2013


Author: mva
Date: Sun Nov 17 09:33:51 2013
New Revision: 334065
URL: http://svnweb.freebsd.org/changeset/ports/334065

Log:
  - Enable staging support
  - Add LICENSE

Modified:
  head/devel/cvs2cl/Makefile

Modified: head/devel/cvs2cl/Makefile
==============================================================================
--- head/devel/cvs2cl/Makefile	Sun Nov 17 09:18:09 2013	(r334064)
+++ head/devel/cvs2cl/Makefile	Sun Nov 17 09:33:51 2013	(r334065)
@@ -14,14 +14,14 @@ EXTRACT_ONLY=	# none
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	CVS-log-message-to-ChangeLog conversion script
 
+LICENSE=	GPLv2
+
 USES=		perl5
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}
@@ -31,10 +31,10 @@ post-patch:
 		-e "s|#!perl -w|#!${PERL} -w|" ${WRKSRC}/${PORTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 .if !defined(NO_INSTALL_MANPAGES)
 	@pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list