diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-08-10 01:52:02 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-08-10 01:52:02 +0800 |
commit | 960364dc867c2a7384787cf4fea833de1dfe081e (patch) | |
tree | 7f44b3f9131eeed2287e62bad6bf6a450400da15 /devel | |
parent | 816f7459743adada7e55e184b9aa9fd8ce121eac (diff) | |
download | freebsd-ports-gnome-960364dc867c2a7384787cf4fea833de1dfe081e.tar.gz freebsd-ports-gnome-960364dc867c2a7384787cf4fea833de1dfe081e.tar.zst freebsd-ports-gnome-960364dc867c2a7384787cf4fea833de1dfe081e.zip |
- Fix install, when PORTDATA is enabled
Reported by: bdrewery@, Mike Harding
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index a3778ed9bcd9..05ed64ef6fdb 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -39,7 +40,6 @@ CONTRIB_FILES= bash_completion \ pylintrc \ python-hook-examples.py \ sample.hgrc \ - shrink-revlog.py \ simplemerge \ tcsh_completion \ tcsh_completion_build.sh \ diff --git a/devel/mercurial/pkg-plist b/devel/mercurial/pkg-plist index 7d9d9457da93..d8ffea1802c3 100644 --- a/devel/mercurial/pkg-plist +++ b/devel/mercurial/pkg-plist @@ -721,7 +721,6 @@ bin/hg %%PORTDATA%%%%DATADIR%%/contrib/pylintrc %%PORTDATA%%%%DATADIR%%/contrib/python-hook-examples.py %%PORTDATA%%%%DATADIR%%/contrib/sample.hgrc -%%PORTDATA%%%%DATADIR%%/contrib/shrink-revlog.py %%PORTDATA%%%%DATADIR%%/contrib/simplemerge %%PORTDATA%%%%DATADIR%%/contrib/tcsh_completion %%PORTDATA%%%%DATADIR%%/contrib/tcsh_completion_build.sh |