diff options
author | dhn <dhn@FreeBSD.org> | 2012-04-28 15:58:13 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-04-28 15:58:13 +0800 |
commit | 45a35326d20bd85029c147368443b4a2bf4bacf9 (patch) | |
tree | 3ae8d737924d1085694f23ab6df63381e6320b6b /ports-mgmt/porttools/Makefile | |
parent | 90082cdf5384d332989f31b302f5e781e34f9a39 (diff) | |
download | freebsd-ports-gnome-45a35326d20bd85029c147368443b4a2bf4bacf9.tar.gz freebsd-ports-gnome-45a35326d20bd85029c147368443b4a2bf4bacf9.tar.zst freebsd-ports-gnome-45a35326d20bd85029c147368443b4a2bf4bacf9.zip |
- Avoid literal appearances of "$FreeBSD:...$" in patch-util_diff.in.
- While we are here:
- Make the affected sed pattern more flexible with regard to the
repository path from which the port was checked out.
- When handling -d <dir>, if the port's directory does not exist,
fix the path used in the first check for an alternative path.
- Bump PORTREVISION.
PR: ports/166593
Submitted by: Johannes Joemann <joemann@beefree.free.de> (maintainer)
Diffstat (limited to 'ports-mgmt/porttools/Makefile')
-rw-r--r-- | ports-mgmt/porttools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index 62e68b8fbfd5..5cae00d24a5c 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -7,7 +7,7 @@ PORTNAME= porttools PORTVERSION= 0.99 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ports-mgmt MASTER_SITES= SF |