svn commit: r338057 - head/comms/xwota

Diane Bruce db at FreeBSD.org
Mon Dec 30 01:03:14 UTC 2013


Author: db
Date: Mon Dec 30 01:03:13 2013
New Revision: 338057
URL: http://svnweb.freebsd.org/changeset/ports/338057

Log:
  - Enable stage
  - Add LICENSE

Modified:
  head/comms/xwota/Makefile   (contents, props changed)

Modified: head/comms/xwota/Makefile
==============================================================================
--- head/comms/xwota/Makefile	Mon Dec 30 00:34:53 2013	(r338056)
+++ head/comms/xwota/Makefile	Mon Dec 30 01:03:13 2013	(r338057)
@@ -12,15 +12,15 @@ MASTER_SITE_SUBDIR=	db
 MAINTAINER=	db at FreeBSD.org
 COMMENT=	X version of who is on the air
 
+LICENSE=	GPLv2
+
 USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 
-NO_STAGE=	yes
 post-install:
-.if	!defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for	d in ${WRKSRC}/README \
 	${WRKSRC}/COPYING \
 	${WRKSRC}/AUTHORS \
@@ -28,11 +28,7 @@ post-install:
 	${WRKSRC}/INSTALL \
 	${WRKSRC}/NEWS \
 	${WRKSRC}/TODO
-	@${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
 .endfor
-	@${ECHO} ""
-	@${ECHO} "xwota docs installed in ${DOCSDIR}"
-	@${ECHO} ""
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list