diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:31:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:31:05 +0000 |
commit | 3827a1f91d382a76e934c2f8f08122f549366f99 (patch) | |
tree | b3f01f0fc6612f76893a3c55c95129fb8d1fba61 /misc | |
parent | a40cae02f0cd1e940b1162c5ac04ff6ef3c5cb08 (diff) | |
download | pkgsrc-3827a1f91d382a76e934c2f8f08122f549366f99.tar.gz |
Remove empty PLIST.common_end.
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 $ |