diff options
Diffstat (limited to 'security/poly1305aes/Makefile')
-rw-r--r-- | security/poly1305aes/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile index dedb202e2da4..20a4e49e6a17 100644 --- a/security/poly1305aes/Makefile +++ b/security/poly1305aes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poly1305aes -# Date created: 18 February 2005 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= poly1305aes PORTVERSION= 20050218 @@ -19,6 +15,7 @@ ALL_TARGET= default REPLACE_HDRS= aes.h cpucycles.h poly1305aes.h PROGRAM_FILES= poly1305aes-speed test-aes test-poly1305aes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/include/poly1305 ${INSTALL_DATA} ${WRKSRC}/*_*.h ${PREFIX}/include/poly1305/ |