diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/fpart | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/fpart')
-rw-r--r-- | sysutils/fpart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index e02175efed44..187a54f0c2e4 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -22,8 +22,8 @@ PORTDOCS= Changelog README TODO OPTIONS_DEFINE= FPSYNC OPTIONS_DEFAULT= FPSYNC FPSYNC_DESC= Install fpsync tool -FPSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ - sudo:${PORTSDIR}/security/sudo +FPSYNC_RUN_DEPENDS= rsync:net/rsync \ + sudo:security/sudo FPSYNC_PLIST_FILES= bin/fpsync man/man1/fpsync.1.gz post-install: |