From f0fd26d1496ba0cb390a21ffd71e92e4f551082f Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 10 Nov 2013 12:04:13 +0000 Subject: textproc/adabrowse: Convert to staging Also update maintainer email to @FreeBSD.org --- textproc/adabrowse/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/adabrowse') diff --git a/textproc/adabrowse/Makefile b/textproc/adabrowse/Makefile index 1b5645d45534..006203f6508c 100644 --- a/textproc/adabrowse/Makefile +++ b/textproc/adabrowse/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src -MAINTAINER= draco@marino.st +MAINTAINER= marino@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}_${PORTVERSION} 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 -- cgit