diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-09-30 17:05:02 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-09-30 17:05:02 +0800 |
commit | 4e03013a69430923e0c535cd4f0d18b4b3388aad (patch) | |
tree | 6f6f557dad5594553e562a5ae29c18b26eb32055 /x11/libXau | |
parent | 9cfa31f26f3c0e7e473f6aed3e822167012f6780 (diff) | |
download | xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar.gz xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar.bz2 xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar.lz xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar.xz xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.tar.zst xorg-devel-ports-4e03013a69430923e0c535cd4f0d18b4b3388aad.zip |
Minimize diffs with ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1180 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 4e188a1..4ee84d1 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -9,13 +9,13 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 XORG_CAT= lib -NO_STAGE= yes 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 |