diff options
author | Brian Somers <brian@FreeBSD.org> | 2007-05-03 01:24:15 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2007-05-03 01:24:15 +0000 |
commit | 34a7b398b3a46bd2a29bfbc2ef542fa8d95bee77 (patch) | |
tree | ac70c8ff590455eda27c7c77477bac0cf7fa7427 | |
parent | - Use IA32_BINARY_PORT (to support amd64/ia64 compatibility), and add comment (diff) |
pre-install needs to be spelt pre-su-install.
Approved by: pav (on the basis that this port is unmaintained)
Notes
Notes:
svn path=/head/; revision=191437
-rw-r--r-- | graphics/wmicons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wmicons/Makefile b/graphics/wmicons/Makefile index d84e9bf947dd..393d29264273 100644 --- a/graphics/wmicons/Makefile +++ b/graphics/wmicons/Makefile @@ -36,7 +36,7 @@ post-extract: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/isiconpack4.tgz \ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/isiconpack4 -pre-install: +pre-su-install: ${MKDIR} ${WMDOCDIR} ${MKDIR} ${WMICONDIR} cd ${WRKDIR}/IconFest-1.2; \ |