diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fd/Makefile | 4 | ||||
-rw-r--r-- | misc/fd/PLIST.common_end | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 729a5d313be..33ded86878d 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/01/22 11:30:01 hira Exp $ +# $NetBSD: Makefile,v 1.25 2009/07/22 09:31:05 wiz Exp $ # DISTNAME= FD-2.09a @@ -28,7 +28,7 @@ DOCS= FAQ LICENSES HISTORY README TECHKNOW ToAdmin CONF_FILES+= ${EXAMPLESDIR:Q}/${FD_CONFIG} ${PKG_SYSCONFDIR:Q}/${FD_CONFIG} .if empty(PKG_OPTIONS:Mfd-small) -PLIST_SRC= ${PKGDIR}/PLIST ${WRKSRC}/PLIST ${PKGDIR}/PLIST.common_end +PLIST_SRC= ${PKGDIR}/PLIST ${WRKSRC}/PLIST .else USE_TOOLS+= patch diff --git a/misc/fd/PLIST.common_end b/misc/fd/PLIST.common_end deleted file mode 100644 index 71180f8b479..00000000000 --- a/misc/fd/PLIST.common_end +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.common_end,v 1.2 2009/06/14 18:07:21 joerg Exp $ |