diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-10 09:01:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-10 09:01:52 +0000 |
commit | 1ae1028e1e47e9045a2c3a9ee816ebb380ef65f0 (patch) | |
tree | 8f1b1ec61f6d914dcfc21785329a36932be7403a /ports-mgmt | |
parent | 8cdbae0ef2a4fc6ff6b58e0680d1f06a99704ec9 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_replace/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg_replace/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index 644b02d6c489..6758330c8e1f 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -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}) diff --git a/ports-mgmt/pkg_replace/pkg-descr b/ports-mgmt/pkg_replace/pkg-descr index 1e485d0c2cfa..a5408633c19b 100644 --- a/ports-mgmt/pkg_replace/pkg-descr +++ b/ports-mgmt/pkg_replace/pkg-descr @@ -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/ |