mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -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
|
PORTNAME= cdecl
|
||||||
PORTVERSION= 2.5
|
PORTVERSION= 2.5
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://ftp.netsw.org/softeng/lang/c/tools/cdecl/ \
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
ftp://metalab.unc.edu/pub/linux/devel/lang/c/
|
MASTER_SITE_SUBDIR= devel/lang/c
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Explains complicated C/C++ declarations in plain English
|
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}
|
ALL_TARGET= ${PORTNAME}
|
||||||
MAN1= cdecl.1
|
MAN1= cdecl.1
|
||||||
MLINKS= cdecl.1 c++decl.1
|
MLINKS= cdecl.1 c++decl.1
|
||||||
|
PORTDOCS= testset testset++
|
||||||
|
PLIST_FILES= bin/cdecl bin/c++decl
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.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