- Prune dead MASTER_SITE
- Use PLIST_FILES/PORTDOCS while here
This commit is contained in:
parent
6104e6e7dd
commit
efbb712f81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145559
2 changed files with 4 additions and 15 deletions
|
@ -9,8 +9,7 @@
|
|||
PORTNAME= gtgt
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.karubik.de/gtgt/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -19,4 +18,7 @@ COMMENT= General (or GNU) template generation tools
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_FILES= bin/gcng bin/gptg bin/gscg
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
bin/gcng
|
||||
bin/gptg
|
||||
bin/gscg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/autoconf.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/automake.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/company-license.long
|
||||
%%PORTDOCS%%%%DOCSDIR%%/company-license.short
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gtgt.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gtgt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gtgt.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libtool.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue