diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-06 02:14:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-06 02:14:41 +0800 |
commit | 7149e00a8f2477d957f5f1b9445f3dab337cb1fc (patch) | |
tree | 26dc3da9e1dd0fbfe78f996f2b68d32c21708a4c /textproc | |
parent | 5eb39503ccf2be72d8b946bb5642a784f69cd97a (diff) | |
download | freebsd-ports-gnome-7149e00a8f2477d957f5f1b9445f3dab337cb1fc.tar.gz freebsd-ports-gnome-7149e00a8f2477d957f5f1b9445f3dab337cb1fc.tar.zst freebsd-ports-gnome-7149e00a8f2477d957f5f1b9445f3dab337cb1fc.zip |
Support stage
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-f10-libxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/textproc/linux-f10-libxml/Makefile b/textproc/linux-f10-libxml/Makefile index 302cdfc8122a..4e9f49a76a80 100644 --- a/textproc/linux-f10-libxml/Makefile +++ b/textproc/linux-f10-libxml/Makefile @@ -23,5 +23,4 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING.LIB ChangeLog README TODO DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index 6cb3693757ac..bb59a849d467 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -30,5 +30,4 @@ MAN3= libxml.3 MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include <bsd.port.mk> |