1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

remove unnessesary '/'.

Point out by:ume at freebsd.org
This commit is contained in:
MIHIRA Sanpei Yoshiro 2014-06-17 12:32:19 +00:00
parent c22fbe8bb6
commit 5e295a0ff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358102

View File

@ -5,12 +5,12 @@
VPATH= @srcdir@
-prefix= @prefix@
+prefix= ${DESTDIR}/@prefix@
+prefix= ${DESTDIR}@prefix@
exec_prefix= @exec_prefix@
bindir= @bindir@
libdir= @libdir@
-mandir= @mandir@
+mandir= ${DESTDIR}/@mandir@
+mandir= ${DESTDIR}@mandir@
lvlibdir= $(libdir)/lv
distdir = lv$(VERSION)