summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk13
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-03-06 18:19:23 +0000
committernectar <nectar@FreeBSD.org>1999-03-06 18:19:23 +0000
commitd0e88f9aa4855533cfbd103a68867cb129d266fc (patch)
treeb2c03f96de7a1f522d2935f155b70bcd03807965 /x11-toolkits/gtk13
parent929e670aea071f5d5c7af3dfcd4febf2b4ae8395 (diff)
downloadFreeBSD-ports-d0e88f9aa4855533cfbd103a68867cb129d266fc.zip
FreeBSD-ports-d0e88f9aa4855533cfbd103a68867cb129d266fc.tar.gz
Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so that
other ports that use GTK and autoconf may depend upon it.
Diffstat (limited to 'x11-toolkits/gtk13')
-rw-r--r--x11-toolkits/gtk13/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index 446e684..47d3fc8 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.43 1999/01/31 16:55:06 vanilla Exp $
+# $Id: Makefile,v 1.44 1999/02/18 04:49:25 vanilla Exp $
#
DISTNAME= gtk+-1.1.16
@@ -33,10 +33,11 @@ pre-build:
${RM} -rf ${WRKSRC}/docs/gtk.info*
post-install:
+ @${MKDIR} ${LOCALBASE}/share/aclocal
+ @${INSTALL_DATA} ${WRKSRC}/gtk.m4 ${LOCALBASE}/share/aclocal/gtk11d.m4
@if [ ! -f ${PREFIX}/share/info ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
- @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
OpenPOWER on IntegriCloud