aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xwota
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2013-12-30 09:03:13 +0800
committerdb <db@FreeBSD.org>2013-12-30 09:03:13 +0800
commit5f250609ab0cadc1560649b7d245fd8c127a0da7 (patch)
treeb65b11f1699ea65d9cb61c6ca4c35e619dc1f4c4 /comms/xwota
parent34cc573b0c2b3458bd86b19b92bb6d49d5e2fe6c (diff)
downloadfreebsd-ports-gnome-5f250609ab0cadc1560649b7d245fd8c127a0da7.tar.gz
freebsd-ports-gnome-5f250609ab0cadc1560649b7d245fd8c127a0da7.tar.zst
freebsd-ports-gnome-5f250609ab0cadc1560649b7d245fd8c127a0da7.zip
- Enable stage
- Add LICENSE
Diffstat (limited to 'comms/xwota')
-rw-r--r--comms/xwota/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile
index 7ae82154aa3e..d7838fb41237 100644
--- a/comms/xwota/Makefile
+++ b/comms/xwota/Makefile
@@ -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>