diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-30 17:09:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-30 17:09:01 +0000 |
commit | 79efb30db9018f7dc0190848f0c3abf1060b4336 (patch) | |
tree | 9fd78abdee564742abce31a5d46f1e89b4cbc0c1 /news/ifmail/Makefile | |
parent | - use DOCSDIR (diff) |
- use PORTEXAMPLES
Notes
Notes:
svn path=/head/; revision=213955
Diffstat (limited to 'news/ifmail/Makefile')
-rw-r--r-- | news/ifmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 0775a2c33dca..0b7589cd2fef 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -8,7 +8,7 @@ PORTNAME= ifmail PORTVERSION= 2.15 PORTREVISION= 5 -CATEGORIES= news +CATEGORIES= news comms MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/fido @@ -50,6 +50,8 @@ post-install: .for i in ifcico ifgate iflib ${INSTALL_DATA} ${WRKSRC}/${i}/README ${DOCSDIR}/README.${i} .endfor +.endif +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/misc -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif |