1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Edwin Groothuis 3b2b3411ff Unbreak editor/zed
Noticed by: bento
2002-11-17 11:40:31 +00:00

19 lines
317 B
Makefile

# New ports collection makefile for: zed
# Date created: 4 June 2002
# Whom: Sten Poldma
#
# $FreeBSD$
#
PORTNAME= zed
PORTVERSION= 1.0.5
CATEGORIES= editors
MASTER_SITES= http://zed.c3po.it/
MAINTAINER= exile@chamber.ee
post-install:
@${STRIP_CMD} ${PREFIX}/bin/zed
.include <bsd.port.mk>