diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 17:32:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 17:32:52 +0000 |
commit | fe8c93a3226d4cedb82a0d588579486a45d9901a (patch) | |
tree | c56f8dc510ca702332090467d83e8a64c6078de0 /print/fontforge/Makefile | |
parent | a0e9fc69bc2d0a58068e7ea3bf47a4424ab685d4 (diff) |
Update ports in the p* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=385643
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 0bde5060580a..59b475a0c7ce 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -4,7 +4,7 @@ PORTNAME= fontforge DISTVERSION= 20150228 CATEGORIES= print -DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor @@ -25,7 +25,6 @@ LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ USE_GITHUB= yes GH_ACCOUNT= fontforge -GH_COMMIT= 53e171b USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info USE_XORG= x11 xi ice xkbui |