c05e892f22
- Regenerate patches to make portlint happy - Other minor changes to Makefile for portlint happiness - Updates the description to reflect a bit more the current state: - The original FTP site from Cisco isn't reachable anymore, nor is 2.x in the ports tree these days. - Update/add the URL, though the one from Cisco still works, but this is the version from Shrubbery Networks. (there are others around) - Add a pkg-message PR: 204683 Submitted by: Mathieu Simon <freebsd@simweb.ch>
38 lines
1.8 KiB
Text
38 lines
1.8 KiB
Text
--- Makefile.in.orig 2012-04-16 22:56:21 UTC
|
|
+++ Makefile.in
|
|
@@ -162,7 +162,7 @@ am__tac_plus_SOURCES_DIST = acct.c authe
|
|
config.c default_fn.c default_v0_fn.c do_acct.c do_author.c \
|
|
dump.c enable.c encrypt.c expire.c hash.c maxsessint.c parse.c \
|
|
programs.c pw.c pwlib.c report.c sendauth.c sendpass.c \
|
|
- tac_plus.c utils.c skey_fn.c aceclnt_fn.c
|
|
+ tac_plus.c utils.c skey_fn.c aceclnt_fn.c opie_fn.c
|
|
@TACSKEY_TRUE@am__objects_1 = skey_fn.$(OBJEXT)
|
|
@TACACECLNT_TRUE@am__objects_2 = aceclnt_fn.$(OBJEXT)
|
|
am_tac_plus_OBJECTS = acct.$(OBJEXT) authen.$(OBJEXT) author.$(OBJEXT) \
|
|
@@ -173,7 +173,7 @@ am_tac_plus_OBJECTS = acct.$(OBJEXT) aut
|
|
parse.$(OBJEXT) programs.$(OBJEXT) pw.$(OBJEXT) \
|
|
pwlib.$(OBJEXT) report.$(OBJEXT) sendauth.$(OBJEXT) \
|
|
sendpass.$(OBJEXT) tac_plus.$(OBJEXT) utils.$(OBJEXT) \
|
|
- $(am__objects_1) $(am__objects_2)
|
|
+ opie_fn.$(OBJEXT) $(am__objects_1) $(am__objects_2)
|
|
tac_plus_OBJECTS = $(am_tac_plus_OBJECTS)
|
|
am__DEPENDENCIES_1 =
|
|
tac_plus_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
@@ -770,6 +770,7 @@ distclean-compile:
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendauth.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendpass.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skey_fn.Po@am__quote@
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opie_fn.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tac_plus.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tac_pwd.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
|
|
@@ -1256,8 +1257,7 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-includeHEADERS install-man \
|
|
- install-pkgdataDATA install-pkgdataSCRIPTS
|
|
+install-data-am: install-includeHEADERS install-man
|
|
|
|
install-dvi: install-dvi-am
|
|
|