Ditch some special-casing

This commit is contained in:
Volker Stolz 2005-11-09 16:28:12 +00:00
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

View file

@ -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>

View file

@ -1,4 +0,0 @@
bin/yafc
%%PORTDOCS%%%%EXAMPLESDIR%%/inputrc.sample
%%PORTDOCS%%%%EXAMPLESDIR%%/yafcrc.sample
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%