diff options
Diffstat (limited to 'www/fpc-httpd22/Makefile')
-rw-r--r-- | www/fpc-httpd22/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile deleted file mode 100644 index d632624053ee..000000000000 --- a/www/fpc-httpd22/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CATEGORIES= www lang -PKGNAMESUFFIX= -httpd22 - -COMMENT= Free Pascal headers for Apache 2.2 series web server - -USES= fpc -USE_FPC= rtl-extra - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |