diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:47:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:47:32 +0000 |
commit | 9e35524bcd72ecbb134da3aa8f3d51d655379ad1 (patch) | |
tree | e4e4a840fe03b11605d0075a623933698364161d /misc/xpns | |
parent | Run ranlib from post-install instead of pkg/PLIST. (diff) |
Fix a whitespace nit.
Diffstat (limited to 'misc/xpns')
-rw-r--r-- | misc/xpns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index c6e010875dc5..d3369b72c218 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 97 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.3 1998/02/20 18:39:56 steve Exp $ +# $Id: Makefile,v 1.4 1998/08/05 09:31:35 asami Exp $ # DISTNAME= pns_source @@ -16,7 +16,7 @@ MAINTAINER= giffunip@asme.org USE_X_PREFIX= yes NO_WRKSUBDIR= yes -MAKEFILE= makefile +MAKEFILE= makefile ALL_TARGET= pns do-install: |