diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-09-02 23:42:51 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-09-02 23:42:51 +0800 |
commit | 09a901e57e6378d41a71cc6b1ed31dc1dfb5a8d1 (patch) | |
tree | 1d0b91c8bc7fec52836402ce93fa0662eb6950f8 /textproc/libxdiff | |
parent | b5d334de0a16f21430de96fb8a68942360e90923 (diff) | |
download | freebsd-ports-gnome-09a901e57e6378d41a71cc6b1ed31dc1dfb5a8d1.tar.gz freebsd-ports-gnome-09a901e57e6378d41a71cc6b1ed31dc1dfb5a8d1.tar.zst freebsd-ports-gnome-09a901e57e6378d41a71cc6b1ed31dc1dfb5a8d1.zip |
- Reassign to the heap
Diffstat (limited to 'textproc/libxdiff')
-rw-r--r-- | textproc/libxdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile index e150e675fad3..cbfe9f57f05c 100644 --- a/textproc/libxdiff/Makefile +++ b/textproc/libxdiff/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Create file differences/patches to both binary and text files LICENSE= LGPL3 |