Date: Mon, 30 Dec 2013 01:03:14 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338057 - head/comms/xwota Message-ID: <201312300103.rBU13Eep057632@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312300103.rBU13Eep057632>