aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-04-19 14:02:40 +0800
committerCy Schubert <cy@FreeBSD.org>2015-04-19 14:02:40 +0800
commite0e7a90c85a3caa38332c0431d0f698a67dfdd06 (patch)
tree8c81a2bebe11869f5ece3d576b9295a5ba1d753f
parent3e49701593d33d69d2f20afdd2901a437e81e512 (diff)
downloadfreebsd-ports-gnome-e0e7a90c85a3caa38332c0431d0f698a67dfdd06.tar.gz
freebsd-ports-gnome-e0e7a90c85a3caa38332c0431d0f698a67dfdd06.tar.zst
freebsd-ports-gnome-e0e7a90c85a3caa38332c0431d0f698a67dfdd06.zip
Unbreak.
-rw-r--r--x11-toolkits/xview-clients/Makefile6
-rw-r--r--x11-toolkits/xview/Makefile6
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index 1dd3a1cf1499..daf5b55842de 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xview-clients
PORTVERSION= 3.2.1.4.19c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.physionet.org/physiotools/xview/src/ \
http://komquats.com/distfiles/ \
@@ -15,8 +15,6 @@ DISTNAME= xview-3.2p1.4-19c
MAINTAINER= cy@FreeBSD.org
COMMENT= OpenLook applications and man pages
-BROKEN= Fails to package
-
CONFLICTS= props-1.0
MAKE_JOBS_UNSAFE= yes
@@ -53,7 +51,7 @@ pre-configure:
s|^/\*\*/#*|XCOMM |'
do-install:
- @cd ${WRKSRC}/clients; ${MAKE} install install.man
+ @cd ${WRKSRC}/clients; ${MAKE} DESTDIR=${STAGEDIR} install install.man
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/help
@${INSTALL_DATA} ${WRKSRC}/misc/support/textedit.info ${STAGEDIR}${PREFIX}/lib/help/textedit.info
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 1b2588f524d6..f67fff60d11e 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xview
PORTVERSION= 3.2.1.4.19c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.physionet.org/physiotools/xview/src/ \
http://komquats.com/distfiles/ \
@@ -64,6 +64,10 @@ post-install:
.if ${PORT_OPTIONS:MDOCS}
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
+ @${RM} ${STAGEDIR}${PREFIX}/lib/help/clock.info
+ @${RM} ${STAGEDIR}${PREFIX}/lib/help/olwm.info
+ @${RM} ${STAGEDIR}${PREFIX}/lib/help/props.info
+ @${RM} ${STAGEDIR}${PREFIX}/lib/help/textedit.info
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>