diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-fonts/jmk-x11-fonts | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'x11-fonts/jmk-x11-fonts')
-rw-r--r-- | x11-fonts/jmk-x11-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/jmk-x11-fonts/Makefile b/x11-fonts/jmk-x11-fonts/Makefile index 93a46018e3d7..6ee9792a5b4a 100644 --- a/x11-fonts/jmk-x11-fonts/Makefile +++ b/x11-fonts/jmk-x11-fonts/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.jmknoble.net/fonts/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Jim Knoble's font package for X -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ + mkfontdir:x11-fonts/mkfontdir USES= fonts imake |