diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-08-11 13:52:46 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-08-11 13:52:46 +0800 |
commit | 4d0e245b6e6d622bd5c2297643328c14abc71070 (patch) | |
tree | f27ac929882310dcfda0aa0fd2ee13548c1342f3 | |
parent | 81b141e45ec8d41df1d2dac882bbaa3e37c20731 (diff) | |
download | freebsd-ports-gnome-4d0e245b6e6d622bd5c2297643328c14abc71070.tar.gz freebsd-ports-gnome-4d0e245b6e6d622bd5c2297643328c14abc71070.tar.zst freebsd-ports-gnome-4d0e245b6e6d622bd5c2297643328c14abc71070.zip |
Correct DOCSDIR.
Reported by: pointyhat via kris
-rw-r--r-- | multimedia/xine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index b75843af7731..263086b293ed 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -38,7 +38,7 @@ OPTIONS= CACA "Enable libcaca output" off \ NLS "Enable Native Language Support" on \ XFT "Enable Xft support" on -DOCSDIR= ${TARGETDIR}/share/doc/xine-ui +DOCSDIR= ${PREFIX}/share/doc/xine-ui .include <bsd.port.pre.mk> |