diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 10:22:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 10:22:38 +0000 |
commit | 46870bafbb5de66e53139497260c7e824bd96627 (patch) | |
tree | cbb8dfc76bc8abbb754923af7784797b824a0fc1 /textproc/libxml/Makefile | |
parent | cc0d7abdce00d4420edb6c81b0c93283074fe018 (diff) |
Another attempt (this time correct, I hope) to fix creation/removal of the
${LOCALBASE}/include/gnome-xml/libxml symlink.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=45610
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index c26638e78aff..bee5146816b8 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxml PORTVERSION= 1.8.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml |