aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2013-12-30 01:03:13 +0000
committerDiane Bruce <db@FreeBSD.org>2013-12-30 01:03:13 +0000
commit227f4a1bb6f43d6b470d0bdd17b693e695d86fb8 (patch)
treeb65b11f1699ea65d9cb61c6ca4c35e619dc1f4c4 /comms
parent406c4f4f698a1314e930923834db3d0b15699b79 (diff)
downloadports-227f4a1bb6f43d6b470d0bdd17b693e695d86fb8.tar.gz
ports-227f4a1bb6f43d6b470d0bdd17b693e695d86fb8.zip
Notes
Diffstat (limited to 'comms')
-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>