mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Add LICENSE_FILE
- Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
8cdbae0ef2
commit
1ae1028e1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503881
@ -10,6 +10,7 @@ MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp
|
||||
COMMENT= Utility for upgrading installed packages
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
@ -34,6 +35,8 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
|
||||
${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
@ -2,4 +2,4 @@ pkg_replace is used to upgrade installed packages.
|
||||
It is compatible with portupgrade and can be used as
|
||||
an alternative to portupgrade and portmaster.
|
||||
|
||||
WWW: http://portutil.sourceforge.jp
|
||||
WWW: http://portutil.osdn.jp/
|
||||
|
Loading…
Reference in New Issue
Block a user