mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Update to 2.5
- Update MASTER_SITES - Remove pkg-plist in favor of PLIST_FILES PR: ports/78875 Submitted by: Ports Fury
This commit is contained in:
parent
b197941fd3
commit
7f4e108eb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131325
2 changed files with 4 additions and 8 deletions
|
@ -9,8 +9,8 @@
|
|||
PORTNAME= cdecl
|
||||
PORTVERSION= 2.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.netsw.org/softeng/lang/c/tools/cdecl/ \
|
||||
ftp://metalab.unc.edu/pub/linux/devel/lang/c/
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= devel/lang/c
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Explains complicated C/C++ declarations in plain English
|
||||
|
@ -18,6 +18,8 @@ COMMENT= Explains complicated C/C++ declarations in plain English
|
|||
ALL_TARGET= ${PORTNAME}
|
||||
MAN1= cdecl.1
|
||||
MLINKS= cdecl.1 c++decl.1
|
||||
PORTDOCS= testset testset++
|
||||
PLIST_FILES= bin/cdecl bin/c++decl
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
bin/cdecl
|
||||
bin/c++decl
|
||||
%%PORTDOCS%%share/doc/cdecl/testset
|
||||
%%PORTDOCS%%share/doc/cdecl/testset++
|
||||
%%PORTDOCS%%@dirrm share/doc/cdecl
|
Loading…
Add table
Reference in a new issue