diff options
author | marino <marino@FreeBSD.org> | 2013-11-10 20:04:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-10 20:04:13 +0800 |
commit | f0fd26d1496ba0cb390a21ffd71e92e4f551082f (patch) | |
tree | cf5d832fb94c889982237417d295d3a43abadc35 | |
parent | a2a0c8c53c2f0e8f504c3eb8e80aa86c726d7b9e (diff) | |
download | freebsd-ports-gnome-f0fd26d1496ba0cb390a21ffd71e92e4f551082f.tar.gz freebsd-ports-gnome-f0fd26d1496ba0cb390a21ffd71e92e4f551082f.tar.zst freebsd-ports-gnome-f0fd26d1496ba0cb390a21ffd71e92e4f551082f.zip |
textproc/adabrowse: Convert to staging
Also update maintainer email to @FreeBSD.org
-rw-r--r-- | textproc/adabrowse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.mk> |