summaryrefslogtreecommitdiffstats
path: root/x11/libXp/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/libXp/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/libXp/Makefile')
-rw-r--r--x11/libXp/Makefile38
1 files changed, 1 insertions, 37 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
index 8c2a6f8..21e92ca 100644
--- a/x11/libXp/Makefile
+++ b/x11/libXp/Makefile
@@ -1,5 +1,5 @@
# Created by: Eric Anholt <anholt@FreeBSD.org>
-# $FreeBSD: head/x11/libXp/Makefile 319055 2013-05-25 14:37:02Z zeising $
+# $FreeBSD$
PORTNAME= libXp
PORTVERSION= 1.0.2
@@ -15,40 +15,4 @@ XORG_CAT= lib
USE_XORG= x11 xext xextproto xau printproto:both
USE_AUTOTOOLS= libtool
-MAN3= XpCancelDoc.3 \
- XpCancelJob.3 \
- XpCancelPage.3 \
- XpCreateContext.3 \
- XpDestroyContext.3 \
- XpEndDoc.3 \
- XpEndJob.3 \
- XpEndPage.3 \
- XpFreePrinterList.3 \
- XpGetAttributes.3 \
- XpGetContext.3 \
- XpGetDocumentData.3 \
- XpGetImageResolution.3 \
- XpGetLocaleHinter.3 \
- XpGetOneAttribute.3 \
- XpGetPageDimensions.3 \
- XpGetPdmStartParams.3 \
- XpGetPrinterList.3 \
- XpGetScreenOfContext.3 \
- XpInputSelected.3 \
- XpPutDocumentData.3 \
- XpQueryExtension.3 \
- XpQueryScreens.3 \
- XpQueryVersion.3 \
- XpRehashPrinterList.3 \
- XpSelectInput.3 \
- XpSetAttributes.3 \
- XpSetContext.3 \
- XpSetImageResolution.3 \
- XpSetLocaleHinter.3 \
- XpStartDoc.3 \
- XpStartJob.3 \
- XpStartPage.3 \
- libXp.3
-
-NO_STAGE= yes
.include <bsd.port.mk>