summaryrefslogtreecommitdiff
path: root/filesystems/py-filesystem
diff options
context:
space:
mode:
authorasau <asau>2012-10-03 16:08:30 +0000
committerasau <asau>2012-10-03 16:08:30 +0000
commit8f93640dfae9a7c9f0894375997d8c0ee2f763b9 (patch)
tree46fe46b7d33056bf481ec22f064115f708c4b124 /filesystems/py-filesystem
parent1809d7ba3455d86a8ef901f366d347dcfe237819 (diff)
downloadpkgsrc-8f93640dfae9a7c9f0894375997d8c0ee2f763b9.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'filesystems/py-filesystem')
-rw-r--r--filesystems/py-filesystem/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile
index e7e7b50fa07..a8ab101e722 100644
--- a/filesystems/py-filesystem/Makefile
+++ b/filesystems/py-filesystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/04/08 19:08:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/03 16:08:33 asau Exp $
#
VERSION= 0.4.0
@@ -12,8 +12,6 @@ HOMEPAGE= http://code.google.com/p/pyfilesystem/
COMMENT= Python filesystem access library
LICENSE= modified-bsd
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"