diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-05 12:02:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-05 12:02:54 +0000 |
commit | c214d25ac6492c264d7da6b0eb6d1c3cdaa9fd92 (patch) | |
tree | 9a9f490d8336fb54b4c30e9eeb1ba1d957c1ce9f /devel/libts | |
parent | 000de1dc806c6c6a07fe1d16b3ce2729c71dd356 (diff) | |
download | pkgsrc-c214d25ac6492c264d7da6b0eb6d1c3cdaa9fd92.tar.gz |
Fix spelling of PKG_DESTDIR_SUPPORT.
Diffstat (limited to 'devel/libts')
-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 |