summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt22
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /x11-toolkits/qt22
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'x11-toolkits/qt22')
-rw-r--r--x11-toolkits/qt22/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile
index 51a26a642340..4dc3eea7e52d 100644
--- a/x11-toolkits/qt22/Makefile
+++ b/x11-toolkits/qt22/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.4 1996/10/09 11:25:32 jkh Exp $
+# $Id: Makefile,v 1.5 1996/10/11 22:10:23 chuckr Exp $
#
DISTNAME= qt-1.0
@@ -18,7 +18,7 @@ USE_X11= yes
post-extract:
cd $(WRKDIR)/$(DISTNAME)/arch; $(GMAKE) freebsd
-
+
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.0/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.0/lib/libqt.so.1.0 $(X11BASE)/lib
@@ -26,8 +26,8 @@ do-install:
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.0/include/* $(PREFIX)/include/X11/qt
.if !defined(NOMANCOMPRESS)
- gzip -9nf $(WRKDIR)/qt-1.0/man/man1/*.1
- gzip -9nf $(WRKDIR)/qt-1.0/man/man3/*.3qt
+ ${GZIP_CMD} $(WRKDIR)/qt-1.0/man/man1/*.1
+ ${GZIP_CMD} $(WRKDIR)/qt-1.0/man/man3/*.3qt
.endif
${INSTALL_MAN} $(WRKDIR)/qt-1.0/man/man1/* $(PREFIX)/man/man1
${INSTALL_MAN} $(WRKDIR)/qt-1.0/man/man3/* $(PREFIX)/man/man3