1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Enable stage

- Add LICENSE
This commit is contained in:
Diane Bruce 2013-12-30 01:03:13 +00:00
parent 406c4f4f69
commit 227f4a1bb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338057

View File

@ -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>