diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/astrolog | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 2680f992acc..f3fd01de31d 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/03/17 21:10:47 zafer Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/08 09:57:16 asau Exp $ DISTNAME= ast54unx PKGNAME= astrolog-5.40 @@ -17,8 +17,6 @@ RESTRICTED= Do not sell or profit from this software in any way NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} EPHEM= LRZ5_24 CHI_24 CPJV_24 EXTRACT_ONLY= ${DISTNAME}.shr |