diff options
author | crees <crees@FreeBSD.org> | 2011-11-21 04:18:25 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-11-21 04:18:25 +0800 |
commit | 0cc68f1f30ec2203221d759da7f2c77ceca55258 (patch) | |
tree | 70498f769662f5c965384be006cee0a9fdcf4950 | |
parent | 8d764c54af029e93a47a32480ba794a6cd131273 (diff) | |
download | freebsd-ports-gnome-0cc68f1f30ec2203221d759da7f2c77ceca55258.tar.gz freebsd-ports-gnome-0cc68f1f30ec2203221d759da7f2c77ceca55258.tar.zst freebsd-ports-gnome-0cc68f1f30ec2203221d759da7f2c77ceca55258.zip |
- Conflict with incoming port xpad-current
- Pass maintainership to submitter
PR: ports/162622
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Approved by: Previous maintainer (via email)
Feature safe: yes
-rw-r--r-- | deskutils/xpad/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 920c12b30530..1050773f6769 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -11,9 +11,13 @@ PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ -MAINTAINER= lwindschuh@googlemail.com +MAINTAINER= jhelfman@experts-exchange.com COMMENT= A virtual note-pad system for your X11 desktop +LICENSE= GPLv3 + +CONFLICTS_INSTALL= xpad-current-[0-9]* + FETCH_ARGS= "-pRr" USE_BZIP2= yes USE_GMAKE= yes |