Ditch some special-casing
This commit is contained in:
parent
34beeaea38
commit
3d3ddd94ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147734
2 changed files with 2 additions and 6 deletions
|
@ -21,13 +21,13 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \
|
||||
--with-krb5=no --with-gssapi=no
|
||||
|
||||
PLIST_FILES= bin/yafc %%EXAMPLESDIR%%/inputrc.sample %%EXAMPLESDIR%%/yafcrc.sample
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
MAN1= yafc.1
|
||||
INFO= yafc
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
bin/yafc
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/inputrc.sample
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/yafcrc.sample
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in a new issue