svn commit: r333386 - head/textproc/adabrowse

John Marino marino at FreeBSD.org
Sun Nov 10 12:04:14 UTC 2013


Author: marino
Date: Sun Nov 10 12:04:13 2013
New Revision: 333386
URL: http://svnweb.freebsd.org/changeset/ports/333386

Log:
  textproc/adabrowse: Convert to staging
  
  Also update maintainer email to @FreeBSD.org

Modified:
  head/textproc/adabrowse/Makefile

Modified: head/textproc/adabrowse/Makefile
==============================================================================
--- head/textproc/adabrowse/Makefile	Sun Nov 10 11:54:26 2013	(r333385)
+++ head/textproc/adabrowse/Makefile	Sun Nov 10 12:04:13 2013	(r333386)
@@ -7,7 +7,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_src
 
-MAINTAINER=	draco at marino.st
+MAINTAINER=	marino at FreeBSD.org
 COMMENT=	HTML generator for Ada 95 library unit specifications
 
 BUILD_DEPENDS=	asis>=2011:${PORTSDIR}/lang/asis \
@@ -20,8 +20,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVER
 MAKE_ENV=	ADA_INCLUDE_PATH=${LOCALBASE}/lib/asis
 MAKE_JOBS_UNSAFE=yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/adabrowse ${PREFIX}/bin/adabrowse
+	${INSTALL_PROGRAM} ${WRKSRC}/adabrowse ${STAGEDIR}${PREFIX}/bin/adabrowse
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list