diff options
author | vs <vs@FreeBSD.org> | 2005-04-20 17:13:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-20 17:13:58 +0800 |
commit | c568f9a1c632c9d5f01831260ebd613a362116b1 (patch) | |
tree | 440312ac600c1a26a754df84a0791a9a7a0c77d6 /net | |
parent | 6050071b5f70d911faedcd27574122080704742c (diff) | |
download | freebsd-ports-gnome-c568f9a1c632c9d5f01831260ebd613a362116b1.tar.gz freebsd-ports-gnome-c568f9a1c632c9d5f01831260ebd613a362116b1.tar.zst freebsd-ports-gnome-c568f9a1c632c9d5f01831260ebd613a362116b1.zip |
Unbreak: Use PORTDOCS=*
Diffstat (limited to 'net')
-rw-r--r-- | net/c3270/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index aced92ef1ca8..2574ab2fc114 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Full-screen curses-based remote login to IBM mainframes -BROKEN= Incomplete pkg-plist - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} USE_GMAKE= yes @@ -40,20 +38,7 @@ PLIST_FILES= bin/c3270 \ etc/x3270/ibm_hosts PLIST_DIRS= etc/x3270 -PORTDOCS= LICENSE \ - README \ - html/Bugs.html \ - html/Build.html \ - html/FAQ.html \ - html/Intro.html \ - html/Lineage.html \ - html/New.html \ - html/README.html \ - html/Wishlist.html \ - html/c3270-man.html \ - html/x3270-script.html \ - html/x3270.xbm \ - html/x3270if.html +PORTDOCS= * # c3270's ./configure script supports these. # Within it all options except DBCS are enabled by default. |