diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
commit | 8777d608921b9489149424c90677e1591da20037 (patch) | |
tree | 4bc65753c1ef155b51335702280df9f559fe3727 /shells/pdksh | |
parent | 0205e854ff61bc0f89846d535fcf03be08a43698 (diff) | |
download | ports-8777d608921b9489149424c90677e1591da20037.tar.gz ports-8777d608921b9489149424c90677e1591da20037.zip |
Notes
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index ba308d355bc0..ed05477b7d8b 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -3,13 +3,13 @@ # Date created: 23 December 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/01/03 22:15:32 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:49:56 jkh Exp $ # - DISTNAME= pdksh-5.1.3 -MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ CATEGORIES+= shells -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ + +GNU_CONFIGURE= yes .include <bsd.port.mk> |