diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 19:41:21 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 19:41:21 +0000 |
commit | d21ec77e4a483fd9881d24e529f68158209c8e84 (patch) | |
tree | ff44608883ddd3e6a62a96979754c58aba7046b8 /graphics/gracula | |
parent | 98a4bda99c529586c8420226771bb6f199717f74 (diff) |
restore missing .endif line
Submitted by: Kevin Street street@iname.com
Notes
Notes:
svn path=/head/; revision=21069
Diffstat (limited to 'graphics/gracula')
-rw-r--r-- | graphics/gracula/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile index bef9384ae40b..a749ea920569 100644 --- a/graphics/gracula/Makefile +++ b/graphics/gracula/Makefile @@ -20,6 +20,7 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/gracula ${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula +.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |