diff options
author | asau <asau> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:19:01 +0000 |
commit | 9a2579802dab4915b43bdd3086ba4fbc1cbe803a (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/fdm | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 296096ce68b..6e58d2027ee 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/23 18:04:12 marino Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/08 12:19:11 asau Exp $ DISTNAME= fdm-1.6 CATEGORIES= mail @@ -10,8 +10,6 @@ HOMEPAGE= http://fdm.sourceforge.net/ COMMENT= Fetch or receive mail and deliver it in various ways LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS+= ${EGDIR} ${DOCDIR} EGDIR= ${PREFIX}/share/examples/fdm DOCDIR= ${PREFIX}/share/doc/fdm |