mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
fb5f708eea
Change first line of Makefile from "manck" to "portcheckout".
19 lines
431 B
Makefile
19 lines
431 B
Makefile
# New ports collection makefile for: portcheckout
|
|
# Version required: 1.0
|
|
# Date created: 1 November 1998
|
|
# Whom: wosch
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/11/01 16:51:39 wosch Exp $
|
|
|
|
DISTNAME= portcheckout-1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
USE_PERL5= YES
|
|
MAN1= portcheckout.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|