mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 0.60
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS - Replace NOPORTEXAMPLES with PORT_OPTIONS:MEXAMPLES
This commit is contained in:
parent
32ef5736e2
commit
bd99da97bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312112
@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= swfed
|
||||
PORTVERSION= 0.59
|
||||
PORTVERSION= 0.60
|
||||
CATEGORIES= graphics www
|
||||
MASTER_SITES= SFJP
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/57469
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/58104
|
||||
PKGNAMEPREFIX= php5-
|
||||
|
||||
MAINTAINER= yoya@awm.jp
|
||||
@ -25,17 +25,19 @@ USE_PHPEXT= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
CONFIGURE_ARGS= --with-png-dir=${LOCALBASE} --with-gif-dir=${LOCALBASE}
|
||||
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
PORTDOCS= readme.txt
|
||||
PORTEXAMPLES= *
|
||||
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sample/${PORTEXAMPLES} ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (swfed-0.59.tar.gz) = 90e7c9df3b0b65a5cc002001363884246a4c5eeb4ab003d608e67b92218fcd2a
|
||||
SIZE (swfed-0.59.tar.gz) = 454745
|
||||
SHA256 (swfed-0.60.tar.gz) = d529e3706fa24efb3c71846f43be88fe99ad94f229e26c5a05710ce3c18477a8
|
||||
SIZE (swfed-0.60.tar.gz) = 454752
|
||||
|
Loading…
Reference in New Issue
Block a user