Mark packages as BROKEN if using "pkg" package format on Linux.
This commit is contained in:
parent
aaeb5144c4
commit
f2e1598703
5 changed files with 30 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2011/04/22 13:44:47 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2012/04/05 02:58:24 sbd Exp $
|
||||
|
||||
DISTNAME= aspell-fo-0.2.38
|
||||
PKGNAME= ${DISTNAME:C/-fo-/-faroese-/}
|
||||
|
@ -18,5 +18,10 @@ REPLACE_PERL= unsq
|
|||
|
||||
INSTALLATION_DIRS= lib/aspell share/aspell
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
||||
BROKEN= Can not be packaged on Linux
|
||||
.endif
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2011/04/22 13:44:48 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2012/04/05 02:58:24 sbd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-nb-0.50.1-0
|
||||
|
@ -16,5 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
HAS_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
||||
BROKEN= Can not be packaged on Linux
|
||||
.endif
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:48 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:24 sbd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-pt-0.50-2
|
||||
|
@ -16,5 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
HAS_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
||||
BROKEN= Can not be packaged on Linux
|
||||
.endif
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:48 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:24 sbd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-ro-0.50-2
|
||||
|
@ -16,5 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
HAS_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
||||
BROKEN= Can not be packaged on Linux
|
||||
.endif
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:48 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:25 sbd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-es-0.50-2
|
||||
|
@ -16,5 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
HAS_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
||||
BROKEN= Can not be packaged on Linux
|
||||
.endif
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue