diff options
author | joerg <joerg> | 2008-07-05 12:02:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-05 12:02:54 +0000 |
commit | e6b14abdaff27044a3afba14f617207231ecd965 (patch) | |
tree | 9a9f490d8336fb54b4c30e9eeb1ba1d957c1ce9f | |
parent | 07ec190bbd4b84ef63c522fa26912212c9629ac3 (diff) | |
download | pkgsrc-e6b14abdaff27044a3afba14f617207231ecd965.tar.gz |
Fix spelling of PKG_DESTDIR_SUPPORT.
-rw-r--r-- | devel/libts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libts/Makefile b/devel/libts/Makefile index 27919e85261..c0c91513cfd 100644 --- a/devel/libts/Makefile +++ b/devel/libts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/03/03 17:45:36 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/07/05 12:02:54 joerg Exp $ # DISTNAME= TS-1.08 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Library of simple token-scanning routines -PKG_DESTDIR_SUPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/tokenscan INSTALLATION_DIRS= include lib |