diff options
author | taca <taca@pkgsrc.org> | 2003-05-24 11:47:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-05-24 11:47:53 +0000 |
commit | f0d8aefd07ccba2074d64feeeed28ae7b4c172a2 (patch) | |
tree | 5b341ce41fffd6566c7d15269d3ed630b90c8a82 /emulators/compat13 | |
parent | 646a6215ec0e0e6a4c1e6ed5baad289b6f235c00 (diff) | |
download | pkgsrc-f0d8aefd07ccba2074d64feeeed28ae7b4c172a2.tar.gz |
make lintpkgsrc a little happy.
Diffstat (limited to 'emulators/compat13')
-rw-r--r-- | emulators/compat13/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index fac22af5f22..cbb0281707d 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/05/07 12:51:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.12 2003/05/24 11:47:53 taca Exp $ # DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR} @@ -37,6 +37,8 @@ COMPAT_LIBDIR= lib PLIST_SRC+= ${PKGDIR}/PLIST PLIST_SRC+= ${PKGDIR}/PLIST.alpha PKGMINOR= nb1 +.else +PKGMINOR= .endif PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR} |