diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
commit | 2967167db5ae1f88d290f9b8874be70623e96af0 (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/fdm | |
parent | b543297c0d1d91a81bb34d0c10f4c3eb31804af0 (diff) | |
download | pkgsrc-2967167db5ae1f88d290f9b8874be70623e96af0.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 |