diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/pico | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 0fa7177983c..5ba42a10518 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2009/11/26 00:10:42 joerg Exp $ +# $NetBSD: Makefile,v 1.78 2012/10/03 11:43:42 asau Exp $ # # NOTE: # When updating, it is necessary to change the shlib version, located in @@ -19,8 +19,6 @@ HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Text editor (ships with Pine), and Pine's text editing lib LICENSE= pine-license -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes .include "../../mk/bsd.prefs.mk" |