diff options
author | mbr <mbr@FreeBSD.org> | 2002-11-24 06:50:48 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-11-24 06:50:48 +0800 |
commit | 8686fe309e51fcf2143d182d5879e836414ebe7e (patch) | |
tree | c441600ff9ed89f6dc04118fb8f400b93806bb4b /editors | |
parent | 3021853f2b7bc89768ada4546fddc020d8237611 (diff) | |
download | freebsd-ports-gnome-8686fe309e51fcf2143d182d5879e836414ebe7e.tar.gz freebsd-ports-gnome-8686fe309e51fcf2143d182d5879e836414ebe7e.tar.zst freebsd-ports-gnome-8686fe309e51fcf2143d182d5879e836414ebe7e.zip |
Fix broken install with WRKDIRPREFIX defined.
Submitted by: Palle Girgensohn <girgen@pingpong.net>
PR: 45578
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 5d73198d07a0..1d80cae4de0f 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -39,6 +39,7 @@ DICT_PATH= ${LOCALBASE}/${DICT_DIR} DICT_LIST_INST= ${DICT_PATH}/dictionary.lst DICT_PATH_PLIST= "%D/${DICT_DIR}" DICT_LIST= ${DICT_PATH_PLIST}/dictionary.lst +PLIST= ${WRKDIR}/pkg-plist .if defined(LANGPREFIX) PKGNAMEPREFIX= ${LANGPREFIX}- @@ -71,8 +72,8 @@ EXTRACT_BEFORE_ARGS_L?= -q -o EXTRACT_AFTER_ARGS_L?= -d ${PREFIX}/${DICT_DIR} pre-install: -.if ! exists(${WRKDIR}/../pkg-plist) - @${TOUCH} ${WRKDIR}/../pkg-plist +.if ! exists(${WRKDIR}/pkg-plist) + @${TOUCH} ${WRKDIR}/pkg-plist .endif do-install: |