diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-05-06 05:21:19 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-05-06 05:21:19 +0000 |
commit | b0195c03880363a5e1816189cfdd6625dd78b7f6 (patch) | |
tree | 065dd0341746a648add93a5acd44db1496d6f3a9 /lang/siod/Makefile | |
parent | 89209ca73c580ec296c410b1f5993fbc8db7dc62 (diff) | |
download | ports-b0195c03880363a5e1816189cfdd6625dd78b7f6.tar.gz ports-b0195c03880363a5e1816189cfdd6625dd78b7f6.zip |
Notes
Diffstat (limited to 'lang/siod/Makefile')
-rw-r--r-- | lang/siod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index d6dd7382bee2..4661493e039b 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -3,7 +3,7 @@ # Date created: 28 April 1999 # Whom: jkoshy # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/28 09:45:37 jkoshy Exp $ # DISTNAME= siod @@ -18,6 +18,7 @@ MAINTAINER= jkoshy@FreeBSD.ORG NO_WRKSUBDIR= true MAKEFILE= makefile ALL_TARGET= freebsd +MAKE_ENV= LD_LIBRARY_PATH=. MAN1= siod.1 snapshot-dir.1 snapshot-compare.1 http-get.1 \ cp-build.1 ftp-cp.1 csiod.1 ftp-put.1 ftp-test.1 ftp-get.1 \ |