summaryrefslogtreecommitdiffstats
path: root/x11/libXau/Makefile
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-16 21:53:33 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-16 21:53:33 +0800
commiteef8009ca0e30f49bed14b9778b539eb8532f7d4 (patch)
tree0867c84790d95d71113d7af4ed26ae7870787ece /x11/libXau/Makefile
parentb69725f9ac34e0404740c63b57e8ada5fb7028f3 (diff)
downloadxorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar.gz
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar.bz2
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar.lz
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar.xz
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.tar.zst
xorg-devel-ports-eef8009ca0e30f49bed14b9778b539eb8532f7d4.zip
Sync with ports.
Mostly fixes related to staging. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1333 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/libXau/Makefile')
-rw-r--r--x11/libXau/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index 4ee84d1..4578133 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -11,12 +11,7 @@ COMMENT= Authentication Protocol library for X11
XORG_CAT= lib
USE_XORG= xproto:both
-MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
- XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
- XauUnlockAuth.3 XauWriteAuth.3
-
-NO_STAGE= yes
post-install:
- ${LN} -sf ${PREFIX}/lib/libXau.so.6 ${PREFIX}/lib/libXau.so.0
+ ${LN} -sf ${PREFIX}/lib/libXau.so.6 ${STAGEDIR}${PREFIX}/lib/libXau.so.0
.include <bsd.port.mk>