diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-18 01:06:21 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-18 01:06:21 +0000 |
commit | 3aaf8aee77afdd2028b4c363aca159b54bf61957 (patch) | |
tree | ffb8797fc4d828d6b6e525365d39ef08b549799d | |
parent | 38d1cc34ac3bea5f19c5625ea50d95fa40593141 (diff) | |
download | ports-3aaf8aee77afdd2028b4c363aca159b54bf61957.tar.gz ports-3aaf8aee77afdd2028b4c363aca159b54bf61957.zip |
Notes
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 44bc8445cb04..574b82b28c97 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -148,7 +148,7 @@ post-build: -e "s,${PLATFORM},," # Work around qmake generated dependencies -pre-install: +pre-su-install: ${MKDIR} ${PREFIX}/lib ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin |