diff options
Diffstat (limited to 'archivers/archangel/Makefile')
-rw-r--r-- | archivers/archangel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile index c60092f8ac9..390ef2066b8 100644 --- a/archivers/archangel/Makefile +++ b/archivers/archangel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/05/02 13:22:35 zafer Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/12 17:14:45 hans Exp $ DISTNAME= archangel-20050730 PKGREVISION= 1 @@ -16,6 +16,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/archangel +USE_FEATURES= nbcompat +MAKE_ENV+= LDADD=${LIBS:Q} + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |