diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/xrn/Makefile | 11 | ||||
-rw-r--r-- | news/xrn/pkg-plist | 1 |
2 files changed, 4 insertions, 8 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 24599207d9d8..e5371cfeed00 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -10,16 +10,13 @@ MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/ \ MAINTAINER= johans@FreeBSD.org COMMENT= Usenet News reader for the X Window System -MAN1= xrn.1 -MANCOMPRESSED= no -GNU_CONFIGURE= yes USES= bison gmake pkgconfig +GNU_CONFIGURE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e "s|^#error.+||g" \ -e "s|/usr/lib/sendmail|/usr/sbin/sendmail|g" \ @@ -27,11 +24,9 @@ post-patch: ${WRKSRC}/config.h post-install: -.ifndef NOPORTDOCS - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> diff --git a/news/xrn/pkg-plist b/news/xrn/pkg-plist index 3c928b9f7d49..9fc78a882031 100644 --- a/news/xrn/pkg-plist +++ b/news/xrn/pkg-plist @@ -1,4 +1,5 @@ bin/xrn +man/man1/xrn.1.gz share/X11/app-defaults/XRn %%PORTDOCS%%%%DOCSDIR%%/COMMON-PROBLMS %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT |