diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-15 05:58:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-15 05:58:03 +0800 |
commit | 82c3110c920ded688332b07566490160857e9f39 (patch) | |
tree | f593314389012474c823c65fab320bfe87cc22fc /sysutils/gnomesu | |
parent | 9ccc4d32578348343f70dce1138a298e9743bb3b (diff) | |
download | freebsd-ports-gnome-82c3110c920ded688332b07566490160857e9f39.tar.gz freebsd-ports-gnome-82c3110c920ded688332b07566490160857e9f39.tar.zst freebsd-ports-gnome-82c3110c920ded688332b07566490160857e9f39.zip |
Adjust the CONFLICTS to appease portlint.
Diffstat (limited to 'sysutils/gnomesu')
-rw-r--r-- | sysutils/gnomesu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnomesu/Makefile b/sysutils/gnomesu/Makefile index 59df4eb448c9..c7784fed7a31 100644 --- a/sysutils/gnomesu/Makefile +++ b/sysutils/gnomesu/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeui libzvt MAN1= gnomesu.1 -CONFLICTS= libgnomesu-* +CONFLICTS= libgnomesu-[0-9]* .if !defined(NOPORTDOCS) PORTDOCS= ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO |