diff options
author | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
commit | 0e51421da369508f6127e9643e65752ec21f2bf0 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /editors | |
parent | dab42586aee1b6d2f5cc813be67303fa377cdff9 (diff) | |
download | pkgsrc-0e51421da369508f6127e9643e65752ec21f2bf0.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/manedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 6e4bee3a3e6..47615953809 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/01/04 23:20:56 heinz Exp $ +# $NetBSD: Makefile,v 1.31 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= manedit-0.8.1 @@ -22,7 +22,7 @@ MAKE_ENV+= CPP=${CXX:Q} # The FreeBSD makefile may be used as "generic UNIX". MAKE_FILE= Makefile.FreeBSD -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/manedit ${DESTDIR}${PREFIX}/bin |