diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-06-18 04:52:26 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-06-18 04:52:26 +0000 |
commit | b8c261282523f300b34cccd53fb47442f0be2b5b (patch) | |
tree | 9ae552096c4a1962f0101ffae1437ad136385da7 /deskutils/charmap | |
parent | 69680b27a4752ca19fec7a8d0e02168b096cd5c7 (diff) |
Notes
Diffstat (limited to 'deskutils/charmap')
-rw-r--r-- | deskutils/charmap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index 4ad482f9304f..a63ea3def78b 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -5,19 +5,15 @@ PORTNAME= charmap PORTVERSION= 0.2 PORTREVISION= 5 CATEGORIES= deskutils gnustep -MASTER_SITES= SAVANNAH +MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/ MAINTAINER= ports@FreeBSD.org COMMENT= Character map for GNUstep -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv2 USES= gnustep -USE_GNUSTEP= back build +USE_GNUSTEP= back base build gui post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap |