diff options
Diffstat (limited to 'textproc/fpc-aspell/Makefile')
-rw-r--r-- | textproc/fpc-aspell/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/fpc-aspell/Makefile b/textproc/fpc-aspell/Makefile deleted file mode 100644 index 3f9d4cdea55c..000000000000 --- a/textproc/fpc-aspell/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -CATEGORIES= textproc lang -PKGNAMESUFFIX= -aspell - -COMMENT= Interface to aspell spelling checker - -USES= fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= ASPELL -OPTIONS_DEFAULT= ASPELL - -.include "${MASTERDIR}/Makefile" |