diff options
author | taca <taca> | 2003-05-24 11:47:53 +0000 |
---|---|---|
committer | taca <taca> | 2003-05-24 11:47:53 +0000 |
commit | dcab5e6547af19950b36924d2b697eba66cdde14 (patch) | |
tree | 5b341ce41fffd6566c7d15269d3ed630b90c8a82 /emulators/compat13 | |
parent | 22ef7983adea8e6dc85abc3b47bb3dd563f8dea8 (diff) | |
download | pkgsrc-dcab5e6547af19950b36924d2b697eba66cdde14.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} |