diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-02 03:33:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-02 03:33:35 +0800 |
commit | a1526856c441234be6a483a42d1591ac686e6820 (patch) | |
tree | 8ae68eb861cb7d9435ae71aa6e8f95bf0689e6a5 /editors | |
parent | 2bec8080fd650da834c8679011a6c73f6a11d9af (diff) | |
download | freebsd-ports-gnome-a1526856c441234be6a483a42d1591ac686e6820.tar.gz freebsd-ports-gnome-a1526856c441234be6a483a42d1591ac686e6820.tar.zst freebsd-ports-gnome-a1526856c441234be6a483a42d1591ac686e6820.zip |
Unbreak
Reported by: pkg-fallout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index f011400d3cd9..9060636d5dfc 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -21,7 +21,7 @@ BROKEN_sparc64= Does not compile on sparc64 .include <bsd.port.options.mk> post-install: - ${LN} -sf ${STAGEDIR}${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html + ${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html .if $(PORT_OPTIONS:MDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS |