diff options
author | chris <chris@FreeBSD.org> | 2000-09-08 06:39:08 +0800 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-09-08 06:39:08 +0800 |
commit | 2a9df5936cf076a6d9f67f3935d20514cc798235 (patch) | |
tree | db64598ffbfa9a73a90cd62ce3d43067f0dc6ddd | |
parent | 63b5c0d79433789578064994e731e195efc4d7e1 (diff) | |
download | freebsd-ports-gnome-2a9df5936cf076a6d9f67f3935d20514cc798235.tar.gz freebsd-ports-gnome-2a9df5936cf076a6d9f67f3935d20514cc798235.tar.zst freebsd-ports-gnome-2a9df5936cf076a6d9f67f3935d20514cc798235.zip |
Fix cut and paste error.
Submitted by: Martin Blapp, maintainer
-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 6a62c7ceec5b..95002040e5ad 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 |