svn commit: r340979 - head/editors/aewan

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 01:19:28 UTC 2014


Author: bapt
Date: Sat Jan 25 01:19:27 2014
New Revision: 340979
URL: http://svnweb.freebsd.org/changeset/ports/340979
QAT: https://qat.redports.org/buildarchive/r340979/

Log:
  Support stage

Modified:
  head/editors/aewan/Makefile

Modified: head/editors/aewan/Makefile
==============================================================================
--- head/editors/aewan/Makefile	Sat Jan 25 01:15:59 2014	(r340978)
+++ head/editors/aewan/Makefile	Sat Jan 25 01:19:27 2014	(r340979)
@@ -9,27 +9,26 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Curses-based program for the creation and editing of ASCII art
 
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
-MAN1=		aecat.1 aewan.1 aemakeflic.1
-MAN5=		aewan.5
-PLIST_FILES=	bin/aecat bin/aewan bin/aemakeflic
+PLIST_FILES=	bin/aecat bin/aewan bin/aemakeflic \
+		man/man1/aecat.1.gz \
+		man/man1/aewan.1.gz \
+		man/man1/aemakeflic.1.gz \
+		man/man5/aewan.5.gz
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	*
-.endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
 
-.if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in README
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list