mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
It turns out that the tarball is on Sunsite, but for some reason my
local archie server doesn't know about it. Also clean up some careless editing.
This commit is contained in:
parent
4efaaae4e9
commit
ecb241e1a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8604
1 changed files with 4 additions and 7 deletions
|
@ -1,23 +1,20 @@
|
|||
# New ports collection makefile for: sfio
|
||||
# New ports collection makefile for: Electric Fence
|
||||
# Version required: 2.0.5
|
||||
# Date created: 13 November 1997
|
||||
# Whom: jraynard
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/11/12 23:46:30 jraynard Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ElectricFence-2.0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= MASTER_SITE_LOCAL
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= devel/lang/c
|
||||
|
||||
MAINTAINER= jraynard@freebsd.org
|
||||
|
||||
MAN3= libefence.3
|
||||
|
||||
#do-build:
|
||||
# @cd ${WRKDIR}/src/lib/sfio && ${MAKE} all -f makefile
|
||||
# @cd ${WRKDIR}/src/lib/sfdisc && ${MAKE} all
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libefence.a ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/libefence.3 ${PREFIX}/man/man3
|
||||
|
|
Loading…
Add table
Reference in a new issue