Fix MASTER_SITES. Trim part of DESCR that doesn't belong there. Portlint.
This commit is contained in:
parent
b427d0b23c
commit
6d4e33c4b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8770
3 changed files with 7 additions and 26 deletions
|
@ -3,12 +3,15 @@
|
|||
# Date created: 14 July 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1996/11/18 11:42:32 asami Exp $
|
||||
# $Id: Makefile,v 1.9 1997/01/06 12:14:26 jkh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fwf-3.8
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF/
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= widgets
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
|
||||
|
|
|
@ -21,25 +21,3 @@ goals, that is the improvement of the quality and quantity of
|
|||
freely-redistributable public software, this organization is in no way related
|
||||
to the Free Software Foundation or the GNU projects. In fact, we aren't even
|
||||
a "foundation" in the legal meaning of the word.
|
||||
|
||||
See the file README.BUILD for information on building the FWF widgets.
|
||||
|
||||
Please also fill out and return the user-feedback survey enclosed in the
|
||||
file SURVEY, to help us improve future releases.
|
||||
|
||||
The following files may be of interest in describing other parts of the
|
||||
system:
|
||||
|
||||
README This file
|
||||
README.FWF Information about the Free Widget Foundation
|
||||
README.BUILD How to build the free widgets
|
||||
README.INDEX Index of widgets contained in this release
|
||||
README.IMAKE Details about the imake structure
|
||||
README.NOTES Assorted notes about the state of the release
|
||||
README.OBTAIN How to obtain the latest FWF widgets
|
||||
README.TODO Bugs, inadequacies, planned changes, requests
|
||||
README.SUBMISSION How to submit your widgets to the FWF
|
||||
BUGREPORT Template for issuing bug reports
|
||||
SURVEY A short survey for user feedback
|
||||
VERSION Current FWF release version
|
||||
|
||||
|
|
|
@ -177,8 +177,8 @@ include/Xfwf/icon.h
|
|||
include/Xfwf/long.h
|
||||
include/Xfwf/scroll.h
|
||||
include/Xfwf/strarray.h
|
||||
lib/libDir.a
|
||||
lib/libfwf.a
|
||||
lib/libDir.a
|
||||
lib/libfwf.a
|
||||
man/man1/Alert.1.gz
|
||||
man/man1/AlertT.1.gz
|
||||
man/man1/Animator.1.gz
|
||||
|
|
Loading…
Reference in a new issue