diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 04:27:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 04:27:34 +0000 |
commit | bb7f3c6d267e55624fb0c669f7aa075884ec2dcd (patch) | |
tree | 805af64c47a9ac88674087d8437f5175f16ee547 /net/arla/Makefile | |
parent | 0449f6836798f23ee672673d00e0739b1b86352d (diff) | |
download | ports-bb7f3c6d267e55624fb0c669f7aa075884ec2dcd.tar.gz ports-bb7f3c6d267e55624fb0c669f7aa075884ec2dcd.zip |
Notes
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index bf70ac21d654..ca05ce378195 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -3,18 +3,18 @@ # Date created: 09 Sep 1998 # Whom: Peter Hawkins <thepish@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1997/07/13 18:49:26 max Exp $ +# $Id: Makefile,v 1.1.1.1 1998/09/09 05:51:30 thepish Exp $ # DISTNAME= arla-0.9 -PKGNAME= arla-0.9 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ -BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs MAINTAINER= thepish@freebsd.org +#BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs + CONFIGURE_ARGS= --prefix=$(PREFIX) HAS_CONFIGURE= YES -.include "bsd.port.mk" +.include <bsd.port.mk> |