diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | e613b3f0efa03dae6065d04e7620c6c9e43a68a1 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/auctex/Makefile | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/auctex/Makefile')
-rw-r--r-- | print/auctex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index d0985c086d2..cf01d241af5 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2010/12/25 13:16:22 mef Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/08 13:45:35 asau Exp $ DISTNAME= auctex-11.86 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnu.org/software/auctex/ COMMENT= Enhanced LaTeX mode for Emacs LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= ${EMACS_INFOPREFIX} \ ${EMACS_LISPPREFIX}/auctex |