mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3e47031cc3
Bump portrevision, own of installed files as changed
20 lines
314 B
Makefile
20 lines
314 B
Makefile
# Created by: ljo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= afm
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/
|
|
DISTNAME= afm
|
|
EXTRACT_SUFX= -tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Adobe Font Metrics
|
|
|
|
NO_BUILD= yes
|
|
pre-patch:
|
|
@${RM} -rf ${WRKSRC}/RCS
|
|
|
|
.include <bsd.port.mk>
|