mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Correct PLIST.perl and update Makefile to reflect recent
WITHOUT_PERL --> WITH_PERL thansition. PR: 18935 Partially submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
This commit is contained in:
parent
1ecc592d8c
commit
8b7c12b85c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29056
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
.else
|
||||
PLISTORIG= ${PKGDIR}/PLIST.perl
|
||||
PLIST= ${WRKDIR}/PLIST.perl
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
pre-fetch:
|
||||
@${ECHO} -n "If you want to compile without perl support "
|
||||
@${ECHO} "'make -DWITHOUT_PERL' instead"
|
||||
@${ECHO} -n "If you want to compile with perl support use"
|
||||
@${ECHO} "'make -DWITH_PERL' instead"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \
|
||||
|
Loading…
Reference in New Issue
Block a user