PKGDIR is supposed to be read-only.
Use PLIST var instead. Submitted by: bento
This commit is contained in:
parent
495659c205
commit
574c0a60de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31617
@ -27,8 +27,8 @@ CONFIGURE_ARGS= --without-included-gettext \
|
||||
--with-esd
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
pre-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/PLIST.nodocs ${PKGDIR}/PLIST
|
||||
|
||||
PLIST= ${FILESDIR}/PLIST.nodocs
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/GSnes9x ${PREFIX}/bin
|
||||
@ -43,8 +43,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnes9x-icon.png \
|
||||
${PREFIX}/share/gnome/pixmaps
|
||||
.else
|
||||
pre-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/PLIST.docs ${PKGDIR}/PLIST
|
||||
PLIST= ${FILESDIR}/PLIST.docs
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user