- Simplify MASTER_SITES
- Add LICENSE - Drop @dirrm* from plist
This commit is contained in:
parent
26b228f968
commit
cefbacb9d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373369
2 changed files with 4 additions and 3 deletions
|
@ -5,13 +5,15 @@ PORTNAME= xcolorsel
|
|||
PORTVERSION= 1.1a
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= utilities
|
||||
MASTER_SITES= XCONTRIB/utilities
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X utility to translate rgb values into X color names
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/01-COPYING
|
||||
|
||||
LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
RUN_DEPENDS= rgb>=1.0.3:${PORTSDIR}/x11/rgb
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@ lib/X11/app-defaults/Xcolorsel
|
|||
lib/X11/app-defaults/Xcolorsel-color
|
||||
lib/X11/xcolorsel/Xcolorsel.help
|
||||
man/man1/xcolorsel.1.gz
|
||||
@dirrm lib/X11/xcolorsel
|
||||
|
|
Loading…
Reference in a new issue