summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-17 20:15:04 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-17 20:15:04 +0000
commitcc6a88371dbe87880a3017bca273c234b8aeff97 (patch)
tree75b69e76523d76acead0e5f05c8f0a1313dc7237 /x11-toolkits/tix
parentMake the port install the application pixmap in the correct (diff)
Back out previous changes to work around tixwish core dumps. The right
fix is now in patch-ad. Set MAINTAINER to jmz.
Notes
Notes: svn path=/head/; revision=25941
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r--x11-toolkits/tix/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index 5526d9443c3e..735d1e080bc2 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/%SUBDIR%/ \
ftp://ftp.riken.go.jp/pub/lang/tcl/netsoft/%SUBDIR%/
MASTER_SITE_SUBDIR= sorted/packages-8.0/x11/Tix/4.1.0.007
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jmz@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
@@ -38,7 +38,6 @@ TIX_LIB= libtix4182.so
TIXSAM_LIB= libtixsam4182.so
TIX_LIB_FILE= ${TIX_LIB}.1
TIXSAM_LIB_FILE=${TIXSAM_LIB}.1
-CFLAGS+= -fwritable-strings
.include <bsd.port.pre.mk>
@@ -48,8 +47,6 @@ pre-configure:
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
-post-configure:
- @(cd ${WRKSRC} && ${ECHO} CFLAGS=${CFLAGS} >> Makefile)
post-install:
@(cd ${WRKSRC}/.. && \