diff options
author | chris <chris@FreeBSD.org> | 2000-09-07 22:39:08 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-09-07 22:39:08 +0000 |
commit | 2a9df5936cf076a6d9f67f3935d20514cc798235 (patch) | |
tree | db64598ffbfa9a73a90cd62ce3d43067f0dc6ddd /german | |
parent | 63b5c0d79433789578064994e731e195efc4d7e1 (diff) | |
download | FreeBSD-ports-2a9df5936cf076a6d9f67f3935d20514cc798235.zip FreeBSD-ports-2a9df5936cf076a6d9f67f3935d20514cc798235.tar.gz |
Fix cut and paste error.
Submitted by: Martin Blapp, maintainer
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice52/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 6a62c7c..9500204 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -91,7 +91,7 @@ do-install: @ ${ECHO} @ ${FALSE} .else -if exists(/compat/linux/${PREFIX}) +.if exists(/compat/linux/${PREFIX}) @${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52 .endif @${CAT} ${PKGDIR}/MESSAGE @@ -108,6 +108,7 @@ if exists(/compat/linux/${PREFIX}) ${ECHO} ; \ ${FALSE} ; \ .endif +.endif post-install: @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch |